oranki

joined 1 week ago
[โ€“] oranki@piefed.social 1 points 1 day ago

Maybe you get the possibility of routing all traffic from a container (or all the containers in that namespace/network) over the tailnet this way? With the host method, you'd need the host to use the exit node too.

[โ€“] oranki@piefed.social 1 points 4 days ago* (last edited 4 days ago)

Have you considered lowering the unprivileged port limit instead?

sudo sysctl -w net.ipv4.ip_unprivileged_port_start=53 | sudo tee -a /etc/sysctl.conf  

Then remove the firewall rule and bind to port 53.

Edit: typo