diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 21:35:35 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 21:35:58 +0100 |
commit | ac6672a56843bfd97f69b8b42a072638773d3217 (patch) | |
tree | f1cc3debb2cba5c2f11e036e92e7cb1ac9810c14 /test/linuxserver/example_config/.donoteditthisfile | |
parent | test/linuxserver: fix same-host testing (diff) | |
download | wg-api-web-ac6672a56843bfd97f69b8b42a072638773d3217.tar.gz wg-api-web-ac6672a56843bfd97f69b8b42a072638773d3217.zip |
test/linuxserver: don't do catch-all AllowedIPs
Diffstat (limited to '')
-rw-r--r-- | test/linuxserver/example_config/.donoteditthisfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/linuxserver/example_config/.donoteditthisfile b/test/linuxserver/example_config/.donoteditthisfile index 00bf371..d1c814b 100644 --- a/test/linuxserver/example_config/.donoteditthisfile +++ b/test/linuxserver/example_config/.donoteditthisfile @@ -3,5 +3,5 @@ ORIG_SERVERPORT="51820" ORIG_PEERDNS="off" ORIG_PEERS="3" ORIG_INTERFACE="10.13.13" -ORIG_ALLOWEDIPS="0.0.0.0/0, ::/0" +ORIG_ALLOWEDIPS="10.13.13.0/24" ORIG_PERSISTENTKEEPALIVE_PEERS="" |