Created
May 9, 2015 06:25
-
-
Save soardex/5f63db181446c1d10660 to your computer and use it in GitHub Desktop.
Enable IPv4 only in Bind9 CentOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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