mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/routnerr-2: remove RTP6 firewall rule
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
5e9a5965b1
commit
dfb01e9d11
1 changed files with 0 additions and 3 deletions
|
@ -282,9 +282,6 @@ in {
|
|||
2601:405:8500:f600::/64,
|
||||
} ip6 daddr ${vars.server_ipv6} udp dport ${ports.unifi_stun} counter accept comment "server UDPv6 UniFi"
|
||||
|
||||
# Streaming RTP6 on desktop, only enabled when necessary.
|
||||
# ip6 daddr ${vars.desktop_ipv6} udp dport 5000-5007 counter accept comment "desktop IPv6 RTP"
|
||||
|
||||
counter reject
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue