Mercurial > sat_docs
comparison scripts/dns_srv/template/var/cache/bind/revp.127.0.0 @ 3:73d3b94b7364
added DNS SRV configuration script + move launching script to scripts/launcher/launch.sh
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 27 Jun 2014 19:17:18 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:3ec5808e3b53 | 3:73d3b94b7364 |
---|---|
1 $ORIGIN 0.0.127.in-addr.arpa. | |
2 $TTL 1D | |
3 @ IN SOA <hostname>.<domain>. <hostname>.<domain>. ( | |
4 <date> ; serial | |
5 28800 ; refresh (8 hours) | |
6 14400 ; retry (4 hours) | |
7 2419200 ; expire (4 weeks) | |
8 86400 ; minimum (1 day) | |
9 ) | |
10 | |
11 NS <hostname>.<domain>. | |
12 1 PTR <hostname>.<domain>. |