Skip to Content.
Sympa Menu

dns-operations - Re: [opennic-dns-operations] Share your killer T2 config

dns-operations AT lists.opennicproject.org

Subject: Dns-operations mailing list

List archive

Re: [opennic-dns-operations] Share your killer T2 config


Chronological Thread 
  • From: David Norman <deekayen AT deekayen.net>
  • To: dns-operations AT lists.opennicproject.org
  • Subject: Re: [opennic-dns-operations] Share your killer T2 config
  • Date: Thu, 28 Jun 2012 17:58:57 -0400

On Jun 28, 2012, at 2:41 PM, Psilo wrote:

> There are some servers with more than 99% tests passed on the last few
> months, where despite my efforts I am lying around 93-96%. You are
> impressive guys, congratulations :)
>
> Would some of you with 99% tests passed accept to share your configuration
> details? Including your hosting provider, hardware or VPS details, OS,
> software, and bind config?

ns1.ga.us 100% uptime, the 99% was bad info from the T1s.
linode atlanta 1024 debian 6
also is tor node, ntp pool, openvpn, and Drupal blog

I run the latest ddos.pl script that's floating around on the wiki as daemon
/root/ddos.pl in /etc/rc.local, too.

options {
directory "/var/cache/bind";
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
allow-recursion { any; };
version "[hidden]";
};
logging {
channel "misc" {
file "/var/log/misc.log" versions 2 size 25M;
severity error; print-severity yes;
print-category yes; print-time yes;
};
category default { "misc"; };
};
zone "." {
type slave;
file "/etc/bind/zones/db.root";
masters { 2607:f358:0001:fed5:0022:4329:2793:fc94;
2a01:4f8:110:6221::999; 2001:470:1f10:c6::11; 2002:cfc0:470d::1;
2001:470:8ca1::53; 216.87.84.210; 202.83.95.229; 173.208.225.19;
84.200.228.200; 96.44.164.100; };
allow-transfer { any; };
notify no;
};
zone "dns.opennic.glue" {
type slave;
file "/etc/bind/zones/slaves/db.dns.opennic";
masters { 75.127.96.89; };
notify no;
allow-transfer { any; };
};



Archive powered by MHonArc 2.6.19.

Top of Page