File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Dithematic configuration and guide for self-hosting [DNS](https://powerdns.org/d
15
15
16
16
## Getting started
17
17
18
- * Minimum requirements* :
18
+ * Minimum requirements*
19
19
- 512MB RAM, [ 10GB SSD] ( src/usr/local/share/doc/dithematic/disklabel )
20
20
- reverse DNS (record type PTR) for each nameserver IP configured on hosting provider, with the primary DOMAIN_NAME
21
21
@@ -39,6 +39,8 @@ SLAVE_IPv6 = 2001:0db8::4
39
39
UPGRADE = yes
40
40
```
41
41
42
+ * n.b.* UPGRADE uses [ ` sdiff ` ] ( https://man.openbsd.org/sdiff ) side-by-side diff (with * new* on the right side)
43
+
42
44
Test
43
45
``` sh
44
46
make beforeinstall
69
71
Share TSIG user's public key with all dithematic slave nameservers, and update "known_hosts"
70
72
``` console
71
73
ssh -4 -i /home/tsig/.ssh/id_ed25519 -l tsig dig.example.com "exit"
72
- ssh -4 -i /home/tsig/.ssh/id_ed25519 -l tsig dig.example.com "exit"
74
+ ssh -6 -i /home/tsig/.ssh/id_ed25519 -l tsig dig.example.com "exit"
73
75
```
74
76
75
77
Share master TSIG secret with nameservers, e.g.: ` dig.example.com `
You can’t perform that action at this time.
0 commit comments