mirror of
https://github.com/casjaysdevdocker/ddns
synced 2025-09-19 03:57:41 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
7
files/data/named/dynamic/inc/cnames.ddns.zone
Normal file
7
files/data/named/dynamic/inc/cnames.ddns.zone
Normal file
@@ -0,0 +1,7 @@
|
||||
; cname mappings
|
||||
smtp CNAME mail
|
||||
pop3 CNAME mail
|
||||
imap CNAME mail
|
||||
|
||||
@ MX 1 mail
|
||||
* MX 1 mail
|
14
files/data/named/dynamic/inc/static.ipv4.arpa.rev
Normal file
14
files/data/named/dynamic/inc/static.ipv4.arpa.rev
Normal file
@@ -0,0 +1,14 @@
|
||||
; static ipv4 reverse mappings
|
||||
$ORIGIN .
|
||||
$TTL 38400 ; 10 hours 40 minutes
|
||||
in-addr.arpa IN SOA dns.REPLACE_DOMAIN. admin.REPLACE_DOMAIN. (
|
||||
2018013087 ; serial
|
||||
10800 ; refresh (3 hours)
|
||||
3600 ; retry (1 hour)
|
||||
1209600 ; expire (2 weeks)
|
||||
38400 ; minimum (10 hours 40 minutes)
|
||||
)
|
||||
NS dns1.REPLACE_DOMAIN.
|
||||
NS dns2.REPLACE_DOMAIN.
|
||||
|
||||
$ORIGIN in-addr.arpa.
|
5
files/data/named/dynamic/inc/static.ipv4.ddns.zone
Normal file
5
files/data/named/dynamic/inc/static.ipv4.ddns.zone
Normal file
@@ -0,0 +1,5 @@
|
||||
; static ipv4 mappings
|
||||
localhost A 127.0.0.1
|
||||
gateway A 192.168.1.254
|
||||
|
||||
* A REPLACE_IPV4_ADDRESS
|
1
files/data/named/dynamic/inc/static.ipv6.arpa.rev
Normal file
1
files/data/named/dynamic/inc/static.ipv6.arpa.rev
Normal file
@@ -0,0 +1 @@
|
||||
; static ipv6 reverse mappings
|
1
files/data/named/dynamic/inc/static.ipv6.ddns.zone
Normal file
1
files/data/named/dynamic/inc/static.ipv6.ddns.zone
Normal file
@@ -0,0 +1 @@
|
||||
; static ipv6 mappings
|
12
files/data/named/dynamic/inc/static.sso.ddns.zone
Normal file
12
files/data/named/dynamic/inc/static.sso.ddns.zone
Normal file
@@ -0,0 +1,12 @@
|
||||
; static srv mappings
|
||||
; _kerberos-master._tcp.REPLACE_DOMAIN. 86400 IN SRV 0 100 88 sso.REPLACE_DOMAIN.
|
||||
; _kerberos-master._udp.REPLACE_DOMAIN. 86400 IN SRV 0 100 88 sso.REPLACE_DOMAIN.
|
||||
; _kerberos._tcp.REPLACE_DOMAIN. 86400 IN SRV 0 100 88 sso.REPLACE_DOMAIN.
|
||||
; _kerberos._udp.REPLACE_DOMAIN. 86400 IN SRV 0 100 88 sso.REPLACE_DOMAIN.
|
||||
; _kerberos.REPLACE_DOMAIN. 86400 IN TXT "REPLACE_DOMAIN"
|
||||
; _kpasswd._tcp.REPLACE_DOMAIN. 86400 IN SRV 0 100 464 sso.REPLACE_DOMAIN.
|
||||
; _kpasswd._udp.REPLACE_DOMAIN. 86400 IN SRV 0 100 464 sso.REPLACE_DOMAIN.
|
||||
; _ldap._tcp.REPLACE_DOMAIN. 86400 IN SRV 0 100 389 sso.REPLACE_DOMAIN.
|
||||
; _ntp._udp.REPLACE_DOMAIN. 86400 IN SRV 0 100 123 sso.REPLACE_DOMAIN.
|
||||
; ipa-ca.REPLACE_DOMAIN. 86400 IN A REPLACE_IPV4_ADDRESS
|
||||
; ipa-ca.REPLACE_DOMAIN. 86400 IN AAAA 2001:db8:edfa:1234:5678::ff1f
|
Reference in New Issue
Block a user