fixup! WIP: use two wg interfaces on both routers and route traffic via distinct ISPs
This commit is contained in:
parent
c04dab34c4
commit
60fac3acbb
3 changed files with 96 additions and 16 deletions
|
@ -120,6 +120,13 @@ in {
|
|||
# No local firewall.
|
||||
nat.enable = true;
|
||||
firewall.enable = false;
|
||||
|
||||
firewall.allowedTCPPorts = [
|
||||
5201
|
||||
];
|
||||
firewall.allowedUDPPorts = [
|
||||
5201
|
||||
];
|
||||
};
|
||||
|
||||
disko.devices = let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue