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/peer2/peer2.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/peer2/peer2.conf')
-rw-r--r-- | test/linuxserver/example_config/peer2/peer2.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/linuxserver/example_config/peer2/peer2.conf b/test/linuxserver/example_config/peer2/peer2.conf index 50ec2ff..7ef1c79 100644 --- a/test/linuxserver/example_config/peer2/peer2.conf +++ b/test/linuxserver/example_config/peer2/peer2.conf @@ -1,7 +1,6 @@ [Interface] Address = 10.13.13.3 PrivateKey = OGPxWhhPaVz5ld9umBT/lEjRmbt7mgc4vAxNemKXWnI= -ListenPort = 51820 DNS = off [Peer] |