Update dsm-kmip firewall
This commit is contained in:
parent
e48d85761d
commit
47ffed019c
1 changed files with 3 additions and 1 deletions
|
@ -3,9 +3,11 @@
|
|||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
53 # DNS
|
||||
53 # DNS
|
||||
80 # HTTP
|
||||
443 # HTTPS
|
||||
5696 # DSM-KMIP
|
||||
5697 # DSM-KMIP Backup
|
||||
];
|
||||
interfaces = {
|
||||
tailscale0= {
|
||||
|
|
Loading…
Reference in a new issue