mirror of
https://github.com/casjaysdevdocker/ddns
synced 2025-09-19 03:57:41 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
5
files/config/named/hosted/host.ddns.conf
Normal file
5
files/config/named/hosted/host.ddns.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
;host info
|
||||
@ HINFO "HP DL360" "CentOS"
|
||||
* HINFO "HP DL360" "CentOS"
|
||||
@ IN TXT "Hosted on REPLACE_DOMAIN"
|
||||
* IN TXT "Hosted on REPLACE_DOMAIN"
|
5
files/config/named/hosted/ip.ddns.conf
Normal file
5
files/config/named/hosted/ip.ddns.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
;default server
|
||||
@ IN A REPLACE_IPV4_ADDRESS
|
||||
* IN A REPLACE_IPV4_ADDRESS
|
||||
@ IN AAAA REPLACE_IPV6_ADDRESS
|
||||
* IN AAAA REPLACE_IPV6_ADDRESS
|
Reference in New Issue
Block a user