open udp and tcp ports for wireguard
This commit is contained in:
parent
7f7175ca9d
commit
e06d89ea13
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue