Skip to content

Commit 67a1f58

Browse files
committed
Update README.md
- fix typo - add UPGRADE note
1 parent 1c1f661 commit 67a1f58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Dithematic configuration and guide for self-hosting [DNS](https://powerdns.org/d
1515

1616
## Getting started
1717

18-
*Minimum requirements*:
18+
*Minimum requirements*
1919
- 512MB RAM, [10GB SSD](src/usr/local/share/doc/dithematic/disklabel)
2020
- reverse DNS (record type PTR) for each nameserver IP configured on hosting provider, with the primary DOMAIN_NAME
2121

@@ -39,6 +39,8 @@ SLAVE_IPv6 = 2001:0db8::4
3939
UPGRADE = yes
4040
```
4141

42+
*n.b.* UPGRADE uses [`sdiff`](https://man.openbsd.org/sdiff) side-by-side diff (with *new* on the right side)
43+
4244
Test
4345
```sh
4446
make beforeinstall
@@ -69,7 +71,7 @@ exit
6971
Share TSIG user's public key with all dithematic slave nameservers, and update "known_hosts"
7072
```console
7173
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"
7375
```
7476

7577
Share master TSIG secret with nameservers, e.g.: `dig.example.com`

0 commit comments

Comments
 (0)