Skip to content

Commit 769d3ef

Browse files
committed
disable equinix metal akamai workaround
1 parent 08640ce commit 769d3ef

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

files/services/named-metal.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ options {
4343

4444
pid-file "/run/named/named.pid";
4545
session-keyfile "/run/named/session.key";
46-
response-policy { zone "rpz"; };
46+
// response-policy { zone "rpz"; };
4747
};
4848

4949
logging {
@@ -70,10 +70,11 @@ zone "123.168.192.in-addr.arpa" IN {
7070
allow-update { none; };
7171
};
7272

73-
zone "rpz" {
73+
/* zone "rpz" {
7474
type master;
7575
file "rpz.db";
7676
};
77+
*/
7778

7879
include "/etc/named.rfc1912.zones";
7980
include "/etc/named.root.key";

templates/named-metal.conf.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ options {
4343

4444
pid-file "/run/named/named.pid";
4545
session-keyfile "/run/named/session.key";
46-
response-policy { zone "rpz"; };
46+
// response-policy { zone "rpz"; };
4747
};
4848

4949
logging {
@@ -70,10 +70,12 @@ zone "123.168.192.in-addr.arpa" IN {
7070
allow-update { none; };
7171
};
7272

73+
/*
7374
zone "rpz" {
7475
type master;
7576
file "rpz.db";
7677
};
78+
*/
7779

7880
include "/etc/named.rfc1912.zones";
7981
include "/etc/named.root.key";

0 commit comments

Comments
 (0)