fix(oracle): enable IP address forwarding for wireguard

This commit is contained in:
Michael Thomas 2025-06-08 10:15:26 -04:00
parent dedc9265bf
commit 7559996550

View File

@ -33,6 +33,9 @@
listenPort = 51820;
privateKeyFile = config.age.secrets.wireguardOracle.path;
# Enable IP address forwarding
preUp = "sysctl -w net.ipv4.ip_forward=1";
peers = [
{
publicKey = "iKJO9Q8LsdCdApapTX9CJmrtAKn1TYhg4YUiBUBPzmo=";