Update firewall rules for nuc-server
This commit is contained in:
parent
b0c745e26f
commit
abf9286399
1 changed files with 9 additions and 11 deletions
|
@ -2,17 +2,15 @@
|
|||
networking = {
|
||||
firewall = {
|
||||
enable = true;
|
||||
interfaces = {
|
||||
eno1 = {
|
||||
allowedTCPPorts = [
|
||||
53 # DNS
|
||||
80 # HTTP
|
||||
443 # HTTPS
|
||||
5696 # DSM-KMIP
|
||||
5697 # DSM-KMIP Backup
|
||||
8096 # Jellyfin
|
||||
];
|
||||
};
|
||||
allowedTCPPorts = [
|
||||
53 # DNS
|
||||
80 # HTTP
|
||||
443 # HTTPS
|
||||
5696 # DSM-KMIP
|
||||
5697 # DSM-KMIP Backup
|
||||
8096 # Jellyfin
|
||||
];
|
||||
interfaces = {
|
||||
tailscale0 = {
|
||||
allowedTCPPorts = [
|
||||
53 # DNS
|
||||
|
|
Loading…
Add table
Reference in a new issue