Compare commits
2 commits
7c362f5a42
...
8f92fe37cd
Author | SHA1 | Date | |
---|---|---|---|
8f92fe37cd | |||
5c0e07428a |
2 changed files with 3 additions and 1 deletions
|
@ -55,9 +55,10 @@
|
|||
# Enable automatic DNSSEC signing on all zones. The KSK must be
|
||||
# configured in the parent zone. Use the following command to get the
|
||||
# required record(s):
|
||||
# > nix shell nixpkgs#knot-dns -c sudo keymgr caspervk.net ds
|
||||
# > sudo keymgr caspervk.net ds
|
||||
# [<zone> <record-type> <key-tag> <algorithm-type> <digest-type> <digest>]
|
||||
# https://knot.readthedocs.io/en/master/configuration.html#automatic-dnssec-signing
|
||||
# DNSSEC can be validated using https://dnsviz.net.
|
||||
dnssec-signing = "on";
|
||||
dnssec-policy = "default";
|
||||
# Knot overwrites the zonefiles with auto-generated DNSSEC records by
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
};
|
||||
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [25];
|
||||
firewall.allowedUDPPorts = [51820 51821];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue