| From: D. Hugh Redelmeier via talk <[email protected]>
| Almost as good would be convincing BIND that it should not talk IPv6.
| I'll need to do this anyway on another gateway at another location.
| It is hooked up via an ISP that doesn't support IPv6.
The named argument -4 does the trick. How to politely ask for it:
sudo mkdir /etc/systemd/system/named.service.d
sudo tee /etc/systemd/system/named.service.d/local.conf <<EOF
[Service]
Environment="OPTIONS=-4"
EOF
sudo systemctl daemon-reload
sudo systemctl named restart
Thanks to Tuomo Soini for this.
---
Talk Mailing List
[email protected]
https://gtalug.org/mailman/listinfo/talk