summaryrefslogtreecommitdiffstats
path: root/config/wark.yulqen.org.zone
blob: 0e3321e4aa8861f850cd1e6d81dc0036265099e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
;