regnaio
regnaio
This proposed feature would be important and can help eliminate the need for several DNS records for a single tunnel Less DNS record clutter in your zones and fewer REST...
Can a `cloudflared` contributor please advise? To implement this feature, should we use [ProxyHTTP function](https://github.com/cloudflare/cloudflared/blob/master/proxy/proxy.go#L61) as a starting point?
@brenner-tobias @nmldiegues Thanks for the ideas! I came up with a rough working proof-of-concept Diff: https://github.com/cloudflare/cloudflared/compare/master...regnaio:regnaio/location ```yaml ingress: - hostname: A.domain.com path: /B/.* service: https://localhost:3000 location: /C ``` `location` replaces...
For an unofficial workaround, you can pull my branch `regnaio/location` in https://github.com/cloudflare/cloudflared/issues/563#issuecomment-1081779878 And then build `cloudflared` using the Dockerfiles from the official repo: --- `Dockerfile` (used to build the cloudflared...
> @regnaio and @nmldiegues are there any updates / plans regarding this feature? Just pulled all new commits to `master` and updated my branch `regnaio/location`: Diff: https://github.com/cloudflare/cloudflared/compare/master...regnaio:regnaio/location Agreed that we...
Since this feature seems to be highly requested, I drafted some documentation in attempt to help others understand and improve the working proof of concept: Documentation: https://github.com/regnaio/cloudflared/blob/fd1e5d97607cff78f3bc4e4ea54a460f193b9677/1.md Diff: https://github.com/cloudflare/cloudflared/compare/master...regnaio:regnaio/location
If you get `no route to host` errors after running `ifconfig eth0:0 `, try running: ```bash ifconfig eth0:0 netmask 255.255.255.255 ```
> It can work in Docker WSL, but only expose TCP (HTTP or WebSocket) ports, don't expose UDP ports, and do not use `--net host` (instead use `-p :` for...
I can try this again the next time I spin up a DigitalOcean k8s cluster However, I know for sure that I had XFS PVC's bound to Pods in the...