docker_bind/cfg/named.primary.conf

252 lines
5.2 KiB
Plaintext
Raw Normal View History

2023-02-25 01:37:14 +00:00
zone "blacka.com" {
type primary;
file "/var/lib/bind/blacka.com";
dnssec-policy "simple_alg15";
inline-signing yes;
2023-02-25 19:51:25 +00:00
2023-02-25 01:37:14 +00:00
notify yes;
2023-02-25 19:51:25 +00:00
also-notify {
45.79.181.51; // typhoon.kahlerlarson.org
104.225.12.28; // keilir.ogud.com
66.92.146.115; // foss.ogud.com
204.109.61.194; // katla.ogud.com
2023-02-25 01:37:14 +00:00
};
allow-transfer {
2023-02-25 19:51:25 +00:00
127.0.0.1;
45.79.181.51; // typhoon.kahlerlarson.lorg
104.225.12.28; // keilir.ogud.com
// key zeke-tornado.;
// key zeke-ogud2.;
// key zeke-ogud3;
2023-02-25 01:37:14 +00:00
};
};
zone "ecotroph.net" {
type primary;
file "/var/lib/bind/ecotroph.net";
2023-02-26 15:13:24 +00:00
# dnssec-policy "default_alg13";
# inline-signing yes;
2023-02-26 14:59:43 +00:00
2023-02-25 01:37:14 +00:00
notify yes;
2023-02-25 19:51:25 +00:00
allow-transfer {
127.0.0.1;
45.79.181.51; // typhoon.kahlerlarson.lorg
104.225.12.28; // keilir.ogud.com
2023-02-25 19:51:25 +00:00
key zeke-tornado.;
key zeke-ogud2.;
key zeke-ogud3;
2023-02-25 01:37:14 +00:00
};
};
2023-02-25 19:48:21 +00:00
# Note: No longer registered
# zone "nortonbertram.com" {
# type primary;
# file "/var/lib/bind/nortonbertram.com";
# notify yes;
# allow-transfer {
# 127.0.0.1;
# 202.157.185.115;
# 202.157.182.142;
# 64.151.105.12;
# };
# };
2023-02-25 01:37:14 +00:00
2023-02-25 19:48:21 +00:00
# Note: hosted by directnic.com
# zone "hxr.us" {
# type primary;
# file "/var/lib/bind/hxr.us";
# notify yes;
# allow-transfer {
2023-02-25 19:51:25 +00:00
# 127.0.0.1;
# 66.92.146.115;
# 204.109.61.194;
# 66.92.146.160;
2023-02-25 19:48:21 +00:00
# 64.151.105.12;
# };
# };
2023-02-25 01:37:14 +00:00
2023-02-25 19:48:21 +00:00
# Note: no longer registered
# zone "fcdissident.us" {
# type primary;
# file "/var/lib/bind/fcdissident.us";
# notify yes;
# allow-transfer {
# 127.0.0.1;
# 66.92.146.115;
# 204.109.61.194;
# 66.92.146.160;
# 64.151.105.12;
# };
# };
2023-02-25 01:37:14 +00:00
2023-02-25 19:48:21 +00:00
# Note: no longer registered
2023-02-25 19:51:25 +00:00
# zone "fallschurchdissident.us" {
2023-02-25 19:48:21 +00:00
# type primary;
# file "/var/lib/bind/fallschurchdissident.us";
# notify yes;
# allow-transfer {
# 127.0.0.1;
# 66.92.146.115;
# 204.109.61.194;
# 66.92.146.160;
# 64.151.105.12;
# };
# };
2023-02-25 01:37:14 +00:00
2023-02-25 19:48:21 +00:00
# Note: no longer registered
2023-02-25 19:51:25 +00:00
# zone "fallschurchdissident.com" {
2023-02-25 19:48:21 +00:00
# type primary;
# file "/var/lib/bind/fallschurchdissident.com";
# notify yes;
2023-02-25 19:51:25 +00:00
# allow-transfer {
2023-02-25 19:48:21 +00:00
# 127.0.0.1;
# 66.92.146.115;
# 204.109.61.194;
# 66.92.146.160;
# 64.151.105.12;
# };
# };
2023-02-25 01:37:14 +00:00
2023-02-25 19:48:21 +00:00
# Note: not registered
# zone "t.hxr.us" {
# type primary;
# file "/var/lib/bind/t.hxr.us";
# allow-transfer {
2023-02-25 19:51:25 +00:00
# 127.0.0.1;
2023-02-25 19:48:21 +00:00
# 64.151.105.12;
# };
# };
# Note: not registered
# zone "dyn.hxr.us" {
# type primary;
# file "/var/lib/bind/dyn/dyn.hxr.us";
2023-02-25 19:51:25 +00:00
# allow-transfer {
# 127.0.0.1;
2023-02-25 19:48:21 +00:00
# 64.151.105.12;
# };
# update-policy { grant * self * A; };
# };
2023-02-25 01:37:14 +00:00
zone "kosters.net" {
type primary;
file "/var/lib/bind/kosters.net";
notify yes;
2023-02-25 19:51:25 +00:00
also-notify {
2023-02-25 01:37:14 +00:00
65.201.175.12;
66.92.146.115;
204.109.61.194;
};
2023-02-25 19:51:25 +00:00
allow-transfer {
2023-02-25 01:37:14 +00:00
127.0.0.1;
65.201.175.11;
65.201.175.12;
64.151.105.12;
64.22.125.99;
70.164.18.40;
70.164.18.41;
70.164.18.42;
207.234.133.162;
key zeke-ogud2.;
key zeke-ogud3;
};
};
zone "bjmk.com" {
type primary;
file "/var/lib/bind/bjmk.com";
notify yes;
2023-02-25 19:51:25 +00:00
also-notify {
65.201.175.12;
66.92.146.115;
2023-02-25 01:37:14 +00:00
204.109.61.194;
};
2023-02-25 19:51:25 +00:00
allow-transfer {
2023-02-25 01:37:14 +00:00
127.0.0.1;
65.201.175.11;
65.201.175.12;
64.151.105.12;
64.22.125.99;
70.164.18.40;
70.164.18.41;
70.164.18.42;
207.234.133.162;
2023-02-25 19:51:25 +00:00
key zeke-ogud2.;
2023-02-25 01:37:14 +00:00
key zeke-ogud3;
};
};
2023-02-25 19:48:21 +00:00
# Note: hosted elsewhere
# zone "gracecrc.org" {
# type primary;
# file "/var/lib/bind/gracecrc.org";
# notify yes;
2023-02-25 19:51:25 +00:00
# also-notify {
# 65.201.175.12;
# 66.92.146.115;
# 204.109.61.194;
2023-02-25 19:48:21 +00:00
# };
2023-02-25 19:51:25 +00:00
# allow-transfer {
2023-02-25 19:48:21 +00:00
# 127.0.0.1;
# 65.201.175.11;
# 65.201.175.12;
# 64.151.105.12;
# 64.22.125.99;
# 70.164.18.40;
# 70.164.18.41;
# 70.164.18.42;
# 207.234.133.162;
# key zeke-ogud2.;
# key zeke-ogud3.;
# };
# };
2023-02-25 01:37:14 +00:00
2023-02-25 19:48:21 +00:00
# Note: hosted by gkg.net
# zone "toscano.org" {
# type primary;
# file "/var/lib/bind/toscano.org";
# notify yes;
2023-02-25 19:51:25 +00:00
# allow-transfer {
2023-02-25 19:48:21 +00:00
# 127.0.0.1;
# 202.157.185.115;
# 202.157.182.142;
# };
# };
2023-02-25 01:37:14 +00:00
2023-02-25 19:48:21 +00:00
# Note: hosted by gkg.net
# zone "prevelige.org" {
# type primary;
# file "/var/lib/bind/prevelige.org";
# notify yes;
2023-02-25 19:51:25 +00:00
# allow-transfer {
2023-02-25 19:48:21 +00:00
# 127.0.0.1;
# 202.157.185.115;
# 202.157.182.142;
# };
# };
2023-02-25 01:37:14 +00:00
2023-02-25 19:48:21 +00:00
# Note: expired/directnic.com
# zone "duffyfamily.me" {
# type primary;
# file "/var/lib/bind/duffyfamily.me";
# notify yes;
# allow-transfer {
# 127.0.0.1;
# 202.157.185.115;
# 202.157.182.142;
# };
# };
2023-02-25 01:37:14 +00:00
2023-02-25 19:48:21 +00:00
# Note: hosted by worldnic(!).com
# zone "littlebit.us" {
# type primary;
# file "/var/lib/bind/littlebit.us";
# notify yes;
# allow-transfer {
# 127.0.0.1;
# 202.157.185.115;
# 202.157.182.142;
# };
# };