diff options
Diffstat (limited to 'config/wark.yulqen.org.zone')
-rw-r--r-- | config/wark.yulqen.org.zone | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/config/wark.yulqen.org.zone b/config/wark.yulqen.org.zone new file mode 100644 index 0000000..0e3321e --- /dev/null +++ b/config/wark.yulqen.org.zone @@ -0,0 +1,27 @@ +$TTL 2d + +$ORIGIN wark.yulqen.org. + +; refer to https://bind9.readthedocs.io/en/latest/chapter3.html +; here is all the DNS record types we can have: https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4 + +; this SOA record is required +@ IN SOA ns.wark.yulqen.orge info.wark.yulqen.org. ( + 2024030401 ; serial for this config + 12h ; refresh time + 15m ; retry + 3w ; expire + 2h ; minimum ttl + ) + +; this nameserver record is needed + + IN NS ns.wark.yulqen.org. +ns IN A 192.168.1.10 + +; -- add records below +taskd IN A 192.168.1.13 +jo IN A 192.168.1.17 +*.jo IN A 192.168.1.17 +adguard IN A 192.168.1.20 +; |