mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/routnerr-3: remove SSH port
This commit is contained in:
parent
ae6c5c40c3
commit
7585287d57
1 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@ let
|
|||
https = "443";
|
||||
mdns = "5353";
|
||||
plex = "32400";
|
||||
ssh = "22";
|
||||
# Different tailscaled ports for different devices to avoid messing with
|
||||
# poking nftables firewall holes with miniupnpd or similar.
|
||||
tailscale = {
|
||||
|
@ -110,7 +109,6 @@ in {
|
|||
tcp dport {
|
||||
${ports.http},
|
||||
${ports.https},
|
||||
${ports.ssh},
|
||||
} counter accept comment "router WAN TCP"
|
||||
|
||||
# router UDP
|
||||
|
|
Loading…
Reference in a new issue