open udp and tcp ports for wireguard

This commit is contained in:
Lillian Violet 2024-12-06 19:58:32 +01:00
parent 7f7175ca9d
commit e06d89ea13

View file

@ -219,8 +219,13 @@
5350 # STUN tls alt 5350 # STUN tls alt
80 # http 80 # http
443 # https 443 # https
51821
]; ];
allowedUDPPortRanges = [ allowedUDPPortRanges = [
{
from = 51820;
to = 51822;
}
{ {
from = 49152; from = 49152;
to = 49999; to = 49999;