update ports
This commit is contained in:
parent
c4879a09b0
commit
4110463c82
1 changed files with 0 additions and 11 deletions
|
@ -3,22 +3,11 @@
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaces = {
|
interfaces = {
|
||||||
lo = {
|
|
||||||
allowedTCPPorts = [
|
|
||||||
22 # SSH
|
|
||||||
53 # DNS
|
|
||||||
80 # HTTP
|
|
||||||
443 # HTTPS
|
|
||||||
5696 # dsm-kmip server
|
|
||||||
];
|
|
||||||
};
|
|
||||||
tailscale0 = {
|
tailscale0 = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
22 # SSH
|
|
||||||
53 # DNS
|
53 # DNS
|
||||||
80 # HTTP
|
80 # HTTP
|
||||||
443 # HTTPS
|
443 # HTTPS
|
||||||
5696 # dsm-kmip server
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
wireguard0 = {
|
wireguard0 = {
|
||||||
|
|
Loading…
Reference in a new issue