new ip
Some checks failed
Plex Update / update (push) Successful in 1m51s
Lint / lint (push) Failing after 1m37s

This commit is contained in:
Vivian 2023-11-27 14:18:45 +01:00
parent add34d481c
commit ba0fa94a8e
4 changed files with 18 additions and 16 deletions

View file

@ -63,7 +63,7 @@ in {
# https://docs.opnsense.org/manual/how-tos/wireguard-s2s.html
publicKey = "KgqLhmUMX6kyTjRoa/GOCrZOvXNE5HWYuOr/T3v8/VI=";
allowedIPs = [ "10.100.0.5/32" "192.168.0.0/23" "10.10.10.0/24" ];
endpoint = "83.128.154.23:51820";
endpoint = "62.45.26.248:51820";
persistentKeepalive = 25;
}
];