diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 21:25:47 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 21:35:58 +0100 |
commit | 6beab53fa6462386d2c26ef31ea17907cd4d9749 (patch) | |
tree | c917e1ca62ae1f8a6e8edd7fd5a70a67fea2732f /test/linuxserver/example_config/peer3/peer3.conf | |
parent | test/linuxserver: add a test configuration (diff) | |
download | wg-api-web-6beab53fa6462386d2c26ef31ea17907cd4d9749.tar.gz wg-api-web-6beab53fa6462386d2c26ef31ea17907cd4d9749.zip |
test/linuxserver: fix same-host testing
This gets rid of the port clashes.
Diffstat (limited to 'test/linuxserver/example_config/peer3/peer3.conf')
-rw-r--r-- | test/linuxserver/example_config/peer3/peer3.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/linuxserver/example_config/peer3/peer3.conf b/test/linuxserver/example_config/peer3/peer3.conf index 33d7e61..f09010b 100644 --- a/test/linuxserver/example_config/peer3/peer3.conf +++ b/test/linuxserver/example_config/peer3/peer3.conf @@ -1,7 +1,6 @@ [Interface] Address = 10.13.13.4 PrivateKey = sCuYK4YLH0Fsyv3gBQpKCZiuqFEzfdjcCdSVG/KhRGU= -ListenPort = 51820 DNS = off [Peer] |