networking: Allow srb2 port

This commit is contained in:
Donovan Glover 2023-07-15 17:02:55 -04:00
parent 03e9a53ef3
commit 00a1c99987
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -17,5 +17,9 @@
internalInterfaces = [ "ve-+" ];
externalInterface = "wg-mullvad";
};
firewall = {
allowedUDPPorts = [ 5029 ];
};
};
}