Skip to content

Instantly share code, notes, and snippets.

$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.
@Smana
Smana / gdnsd_config
Created April 10, 2013 07:21
My gdnsd config file
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 ]
}