feat: use frikandel as vpn for everything
This commit is contained in:
parent
33fce57409
commit
30a97b1029
|
@ -59,7 +59,9 @@ in {
|
||||||
# frikandel
|
# frikandel
|
||||||
publicKey = "p6YKNYBlySKfhTN+wbSsKdoNjzko/XSAiTAlCJzP1jA=";
|
publicKey = "p6YKNYBlySKfhTN+wbSsKdoNjzko/XSAiTAlCJzP1jA=";
|
||||||
allowedIPs = [
|
allowedIPs = [
|
||||||
|
"0.0.0.0/0"
|
||||||
"10.0.1.0/24"
|
"10.0.1.0/24"
|
||||||
|
"::/0"
|
||||||
"fd00:b12f:acab:1312::/64"
|
"fd00:b12f:acab:1312::/64"
|
||||||
];
|
];
|
||||||
endpoint = "vpn.b12f.io:51899";
|
endpoint = "vpn.b12f.io:51899";
|
||||||
|
|
Loading…
Reference in a new issue