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