fix(oracle): enable IP address forwarding for wireguard
This commit is contained in:
parent
dedc9265bf
commit
7559996550
@ -33,6 +33,9 @@
|
|||||||
listenPort = 51820;
|
listenPort = 51820;
|
||||||
privateKeyFile = config.age.secrets.wireguardOracle.path;
|
privateKeyFile = config.age.secrets.wireguardOracle.path;
|
||||||
|
|
||||||
|
# Enable IP address forwarding
|
||||||
|
preUp = "sysctl -w net.ipv4.ip_forward=1";
|
||||||
|
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
publicKey = "iKJO9Q8LsdCdApapTX9CJmrtAKn1TYhg4YUiBUBPzmo=";
|
publicKey = "iKJO9Q8LsdCdApapTX9CJmrtAKn1TYhg4YUiBUBPzmo=";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user