minus-squareoranki@piefed.socialtoSelfhosted@lemmy.world•DNS trouble with pihole running with podmanlinkfedilinkEnglisharrow-up1·edit-219 days agoHave 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 linkfedilink
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