wireguard: add fp3 config

feat/authelia
Benjamin Yule Bädorf 2024-03-19 18:39:14 +01:00
parent 307ae5a370
commit 6a42fa725d
Signed by: b12f
GPG Key ID: 729956E1124F8F26
1 changed files with 9 additions and 0 deletions

View File

@ -102,6 +102,15 @@
persistentKeepalive = 30;
dynamicEndpointRefreshSeconds = 30;
}
{ # fp3
publicKey = "wQJXFibxhWkyUbRPrPt5y/YfDnH3gDQ5a/PWoyxDfDI=";
allowedIPs = [
"10.13.12.9/32"
# "fd00:b12f:acab:1312:acab:9::/96"
];
persistentKeepalive = 30;
dynamicEndpointRefreshSeconds = 30;
}
];
};
};