Skip to content

Commit 34517a0

Browse files
committed
Update README.md
- fix typo
1 parent bfeb2ee commit 34517a0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,15 @@ FREE_SLAVE="${FREE_SLAVE:-\
7474

7575
Install DNS zone(s), e.g. on master: `example.com` and `ddns.example.com`
7676
```sh
77-
env zoneadd example.com
77+
zoneadd example.com
7878
env DDNS=true zoneadd ddns.example.com
7979
```
8080

81+
Edit a zone
82+
```sh
83+
env EDITOR="${EDITOR:-vi}" pdnsutil edit-zone example.com
84+
```
85+
8186
*n.b.* place existing TSIG key as `tsig.example.com`, CSK (or ZSK) as `example.com.CSK` in `/etc/ssl/dns/private` (or let [`zoneadd`](src/usr/local/bin/zoneadd) generate new keys.)
8287

8388
Setup the [TSIG](https://tools.ietf.org/html/rfc2845) user on all dithematic nameservers, i.e. `tsig`
@@ -109,12 +114,12 @@ user add -L authpf -G authdns -c "DDNS user" -s /sbin/nologin -m puffy
109114
```
110115

111116
Edit ["smtpd.conf"](src/etc/mail/smtpd.conf) and "secrets"
117+
112118
Edit pf table ["msa"](src/etc/pf.conf.table.msa) to add Message Submission Agent IP(s)
113119

114-
Enjoy:
120+
Enjoy
115121
```sh
116-
rcctl enable nsd pdns_server
117-
rcctl restart nsd pdns_server
122+
dig example.com any
118123
```
119124

120125
## Support

0 commit comments

Comments
 (0)