]> git.sesse.net Git - nms/commitdiff
Hijack a few zones.
authorroot <root@sysrq>
Sat, 7 Apr 2007 16:26:42 +0000 (18:26 +0200)
committerroot <root@sysrq>
Sat, 7 Apr 2007 16:26:42 +0000 (18:26 +0200)
config/make-named-secondary.pl
config/make-named.pl

index 12d521ad665f9c25733497d355389aeadfee5f19..16162fd0f4a229b38edc582e4117e10ec1c16b42 100755 (executable)
@@ -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;
index 4b74be15dc29536a0aadc76ac78b9bbf39b16c8d..58581017278256d94fa037c9ec4be854283e8777 100755 (executable)
@@ -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;