# Remotely control an esp32 with a built-in web server and clourflare

```
cloudflared tunnel  create tunnel-name
cloudflared tunnel route dns tunnel-name tunnel.example.com
cloudflared tunnel run --url http://localhost:5467  tunnel-name
```

Update /etc/cloudflared/config.yml and add an entry:

\- hostname: leds.impressto.ca  
 service: [http://192.168.0.192:80](http://192.168.0.192:80)