fix name of epicenter
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
iifname "multimedia" oifname { "lan" } counter accept
|
iifname "multimedia" oifname { "lan" } counter accept
|
||||||
|
|
||||||
# lan and vpn to any
|
# lan and vpn to any
|
||||||
iifname { "lan", "wg_cloonar" } oifname { "server", "multimedia", "smart", "wrwks", "wg_epicenter_works", "wg_ghetto_at" } counter accept
|
iifname { "lan", "wg_cloonar" } oifname { "server", "multimedia", "smart", "wrwks", "wg_epicenter", "wg_ghetto_at" } counter accept
|
||||||
|
|
||||||
# Allow trusted network WAN access
|
# Allow trusted network WAN access
|
||||||
iifname {
|
iifname {
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
# Setup NAT masquerading on the ppp0 interface
|
# Setup NAT masquerading on the ppp0 interface
|
||||||
chain postrouting {
|
chain postrouting {
|
||||||
type nat hook postrouting priority filter; policy accept;
|
type nat hook postrouting priority filter; policy accept;
|
||||||
oifname { "wan", "wrwks", "wg_epicenter_works", "wg_ghetto_at" } masquerade
|
oifname { "wan", "wrwks", "wg_epicenter", "wg_ghetto_at" } masquerade
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
wg_epicenter_works = {
|
wg_epicenter = {
|
||||||
ips = [ "10.50.60.6/32" ];
|
ips = [ "10.50.60.6/32" ];
|
||||||
privateKeyFile = config.sops.secrets.wg_epicenter_works_key.path;
|
privateKeyFile = config.sops.secrets.wg_epicenter_works_key.path;
|
||||||
peers = [
|
peers = [
|
||||||
|
|||||||
Reference in New Issue
Block a user