Skip to content

Instantly share code, notes, and snippets.

@soardex
Created May 9, 2015 06:25
Show Gist options
  • Save soardex/5f63db181446c1d10660 to your computer and use it in GitHub Desktop.
Save soardex/5f63db181446c1d10660 to your computer and use it in GitHub Desktop.
Enable IPv4 only in Bind9 CentOS
# comment out the following lines on /etc/named.conf
listen-on-v6 port 53 { ::1; };
# and edit the following files /etc/sysconfig/named and add
OPTIONS="-4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment