From: root Date: Sat, 7 Apr 2007 16:26:42 +0000 (+0200) Subject: Hijack a few zones. X-Git-Url: https://git.sesse.net/?p=nms;a=commitdiff_plain;h=40d35b60ae030b1c9c013734675503e83d86cb0e Hijack a few zones. --- diff --git a/config/make-named-secondary.pl b/config/make-named-secondary.pl index 12d521a..16162fd 100755 --- a/config/make-named-secondary.pl +++ b/config/make-named-secondary.pl @@ -46,6 +46,20 @@ zone "tg07.gathering.org" { file "tg07.gathering.org"; }; +// hijack +zone "sth.ip-performance.se" { + type slave; + notify no; + masters { 87.76.254.2; }; + file "sth.ip-performance.se"; +}; +zone "vip.tracker.thepiratebay.org" { + type slave; + notify no; + masters { 87.76.254.2; }; + file "vip.tracker.thepiratebay.org"; +}; + // linknett zone "0.76.87.in-addr.arpa" { type slave; diff --git a/config/make-named.pl b/config/make-named.pl index 4b74be1..5858101 100755 --- a/config/make-named.pl +++ b/config/make-named.pl @@ -46,6 +46,20 @@ zone "tg07.gathering.org" { allow-transfer { 87.76.255.2; }; }; +// hijack +zone "sth.ip-performance.se" { + type master; + file "sth.ip-performance.se"; + notify yes; + allow-transfer { 87.76.255.2; }; +}; +zone "vip.tracker.thepiratebay.org" { + type master; + file "vip.tracker.thepiratebay.org"; + notify yes; + allow-transfer { 87.76.255.2; }; +}; + // linknett zone "0.76.87.in-addr.arpa" { type master;