View difference between Paste ID: xPMzG8m2 and z23HRyAh
SHOW: | | - or go back to the newest paste.
1-
=================================/etc/named.conf==========================================
1+
$ORIGIN mydomain.com.
2-
// 
2+
3-
// /etc/named.conf
3+
@       IN      SOA     ns1 hostmaster (
4-
//
4+
5-
5+
6-
options {
6+
7-
        directory "/var/named";
7+
8-
        pid-file "/var/run/named/named.pid";
8+
9-
        auth-nxdomain yes;
9+
10-
        datasize default;
10+
11-
// Uncomment these to enable IPv6 connections support
11+
12-
// IPv4 will still work:
12+
13-
//      listen-on-v6 { any; };
13+
14-
// Add this for no IPv4:
14+
15-
//      listen-on { none; };
15+
16-
16+
17-
        // Default security settings.
17+
18-
        allow-recursion { 127.0.0.1; };
18+
@               IN      TXT     "v=spf1 mx"