Update README (mention Serial value)

This commit is contained in:
Oliver Gerlich 2021-11-22 22:36:43 +01:00 committed by GitHub
parent 48f8b19967
commit 2c6e4650a7
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# DNS Zone Files for bremen.freifunk.net and ffhb.de
Run `update-dns-zones.sh` on the DNS server to pull and activate the latest Git repository changes.
## Editing Zone Files
If you make changes to any zone file, you must change the `Serial` value (at the top of the file) to a higher value, so that the changes will actually be used.
Use the current date followed followed by `01` (or a higher number) as the new serial number.
## Applying Changes
To actually activate any changes, someone with admin access needs to
* make sure the changes are contained in the "dns" repository on the internal Git server
* log in on the DNS server and run `update-dns-zones.sh` to pull and activate the latest Git repository changes.