Infini-FRAMEWORK: don't autostart conflicting vpns
This commit is contained in:
parent
12f73aa149
commit
f3e629b3e3
1 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,7 @@
|
||||||
networking.firewall.allowedUDPPorts = [ 51820 ];
|
networking.firewall.allowedUDPPorts = [ 51820 ];
|
||||||
|
|
||||||
networking.wg-quick.interfaces.wg0 = {
|
networking.wg-quick.interfaces.wg0 = {
|
||||||
|
autostart = false;
|
||||||
address = [ "10.10.0.3/32" ];
|
address = [ "10.10.0.3/32" ];
|
||||||
listenPort = 51820;
|
listenPort = 51820;
|
||||||
privateKeyFile = "/home/infinidoge/tmp/bb-vpn-geg.key";
|
privateKeyFile = "/home/infinidoge/tmp/bb-vpn-geg.key";
|
||||||
|
@ -151,6 +152,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
networking.wg-quick.interfaces.wg1 = {
|
networking.wg-quick.interfaces.wg1 = {
|
||||||
|
autostart = false;
|
||||||
address = [ "10.11.0.3/32" ];
|
address = [ "10.11.0.3/32" ];
|
||||||
listenPort = 51820;
|
listenPort = 51820;
|
||||||
privateKeyFile = "/home/infinidoge/tmp/bb-vpn-dfw.key";
|
privateKeyFile = "/home/infinidoge/tmp/bb-vpn-dfw.key";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue