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/peer3/peer3.conf | |
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 'test/linuxserver/example_config/peer3/peer3.conf')
-rw-r--r-- | test/linuxserver/example_config/peer3/peer3.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/linuxserver/example_config/peer3/peer3.conf b/test/linuxserver/example_config/peer3/peer3.conf index f09010b..882f0c2 100644 --- a/test/linuxserver/example_config/peer3/peer3.conf +++ b/test/linuxserver/example_config/peer3/peer3.conf @@ -7,4 +7,4 @@ DNS = off PublicKey = qqCJ8qR7mNe6Kkwym7ii979mCaJ2YC+2RYmFQoNVoUc= PresharedKey = RISZI5HXufwn2ABJNasT+PjKS+uZ530jlspWJjCpvSk= Endpoint = 127.0.0.1:51820 -AllowedIPs = 0.0.0.0/0, ::/0 +AllowedIPs = 10.13.13.0/24 |