This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$TTL 300 ; 5 min | |
@ IN SOA ns1.domain. admin.domain. ( | |
2013040901 ; serial number YYMMDDNN | |
28800 ; refresh 8 hours | |
7200 ; retry 2 hours | |
864000 ; expire 10 days | |
300 ) ; min ttl 5 min | |
NS ns1.domain. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options => { | |
debug => true | |
max_http_clients => 10 | |
log_stats => 86400 | |
tcp_timeout => 7 ; default 5 | |
tcp_clients_per_socket => 1024 | |
include_optional_ns => true | |
udp_recv_width => 32 | |
listen => [ 127.0.0.1, 10.104.0.50 ] | |
} |
NewerOlder