refactor allowedTCPPorts configuration for docker0 interface
This commit is contained in:
parent
7d64801ae2
commit
974a0328fc
@ -30,17 +30,17 @@
|
|||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
51820 # WireGuard
|
51820 # WireGuard
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
# Allow local network access only
|
# Allow local network access only
|
||||||
interfaces = {
|
interfaces = {
|
||||||
"docker0" = {
|
"docker0" = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
7788 # Sabnzbd
|
7788 # Sabnzbd
|
||||||
8085 # Qbittorrent
|
8085 # Qbittorrent
|
||||||
81 # Nginx Proxy Manager
|
81 # Nginx Proxy Manager
|
||||||
3030 # Gitea
|
3030 # Gitea
|
||||||
];
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user