iptables.rules 124 B

123
  1. *nat
  2. -I OUTPUT -m owner --gid-owner gluon-mesh-vpn -o lo -d 127.0.0.1 -p udp --dport 53 -j DNAT --to-destination :54
  3. COMMIT