mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-06 14:58:13 +02:00
networking: Allow srb2 port
This commit is contained in:
parent
03e9a53ef3
commit
00a1c99987
@ -17,5 +17,9 @@
|
||||
internalInterfaces = [ "ve-+" ];
|
||||
externalInterface = "wg-mullvad";
|
||||
};
|
||||
|
||||
firewall = {
|
||||
allowedUDPPorts = [ 5029 ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user