1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-19 14:07:46 +02:00

Compare commits

..

No commits in common. "6f356ea96ea08d9f519fa6818ec29361ba91e535" and "35ca4ae051c9ddbf2e66c88d9c60810881ad7d88" have entirely different histories.

View File

@ -150,16 +150,16 @@ following lines.
```txt ```txt
$ORIGIN 178.168.192.in-addr.arpa. $ORIGIN 178.168.192.in-addr.arpa.
$TTL 1D $TTL 1D
@ IN SOA <domain>.<tld>. <thisserver>.<domain>.<tld>. ( @ IN SOA <domain>.tld <thisserver>.<domain>.<tld>. (
200405190 ; serial 200405190 ; serial
28800 ; refresh 28800 ; refresh
14400 ; retry 14400 ; retry
2419200 ; expire 2419200 ; expire
86400 ; minimum 86400 ; minimum
) )
@ IN NS <thisserver>.<domain>.<tld>. NS <thisserver>.<domain>.<tld>.
<last part of ipv4> IN PTR <thisserver>.<domain>.<tld>. <last part of ipv4> PTR <thisserver>.<domain>.<tld>.
``` ```
Additionally add all domain names in front of the first `(` that have been Additionally add all domain names in front of the first `(` that have been
@ -177,18 +177,18 @@ the previous examples is shown in the following.
```txt ```txt
$ORIGIN 178.168.192.in-addr.arpa. $ORIGIN 178.168.192.in-addr.arpa.
$TTL 1D $TTL 1D
@ IN SOA home.server. kenny.home.server. ( @ IN SOA fritz.box home.server kenny.home.server. mario.home.server. otto.home.server. quentin.home.server. sheldon.home.server. ( ;hostmaster.home.server.
200405190 ; serial 200405190 ; serial
28800 ; refresh 28800 ; refresh
14400 ; retry 14400 ; retry
2419200 ; expire 2419200 ; expire
86400 ; minimum 86400 ; minimum
) )
@ IN NS kenny.home.server. NS kenny.home.server.
1 IN PTR fritz.box. 15 PTR mario.home.server.
16 IN PTR kenny.home.server. 16 PTR kenny.home.server.
18 IN PTR quentin.home.server. 18 PTR quentin.home.server.
19 IN PTR sheldon.home.server. 19 PTR sheldon.home.server.
``` ```
According to your IPs and domains you may need to create multiple `revp.` or According to your IPs and domains you may need to create multiple `revp.` or