Fix routing via VPN

This commit is contained in:
Tim Schubert 2023-06-17 20:55:17 +02:00
parent a3053b98c7
commit 0c9c4ef704
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 3 additions and 3 deletions

View file

@ -172,7 +172,7 @@ in
peers = [
{
publicKey = "tuoiOWqgHz/lrgTcLjX+xIhvxh9jDH6gmDw2ZMvX5T8=";
allowedIPs = [ "10.11.0.0/22" "fc00:1337:dead:beef::10.11.0.0/118" "192.168.178.0/23" ];
allowedIPs = [ "10.11.0.0/22" "fc00:1337:dead:beef::10.11.0.0/118" ];
endpoint = "53c70r.de:51820";
persistentKeepalive = 25;
}