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/peer2 | |
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/peer2')
-rw-r--r-- | test/linuxserver/example_config/peer2/peer2.conf | 2 | ||||
-rw-r--r-- | test/linuxserver/example_config/peer2/peer2.png | bin | 1137 -> 1134 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/linuxserver/example_config/peer2/peer2.conf b/test/linuxserver/example_config/peer2/peer2.conf index 7ef1c79..4d20496 100644 --- a/test/linuxserver/example_config/peer2/peer2.conf +++ b/test/linuxserver/example_config/peer2/peer2.conf @@ -7,4 +7,4 @@ DNS = off PublicKey = qqCJ8qR7mNe6Kkwym7ii979mCaJ2YC+2RYmFQoNVoUc= PresharedKey = f386wjXiWLbMMhgI2OZYb/sRSh7oxcDnpeddIqqbmxU= Endpoint = 127.0.0.1:51820 -AllowedIPs = 0.0.0.0/0, ::/0 +AllowedIPs = 10.13.13.0/24 diff --git a/test/linuxserver/example_config/peer2/peer2.png b/test/linuxserver/example_config/peer2/peer2.png Binary files differindex 7630ed0..3b4bb62 100644 --- a/test/linuxserver/example_config/peer2/peer2.png +++ b/test/linuxserver/example_config/peer2/peer2.png |