diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 21:24:22 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 21:35:58 +0100 |
commit | 3ba44927180453caa1d225d8a2275be382b7cbfb (patch) | |
tree | 67298069bd8f921aeb9516e6c254b5c3b0e1f014 /test/linuxserver/example_config/peer3/peer3.conf | |
parent | README: update (diff) | |
download | wg-api-web-3ba44927180453caa1d225d8a2275be382b7cbfb.tar.gz wg-api-web-3ba44927180453caa1d225d8a2275be382b7cbfb.zip |
test/linuxserver: add a test configuration
Diffstat (limited to '')
-rw-r--r-- | test/linuxserver/example_config/peer3/peer3.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/linuxserver/example_config/peer3/peer3.conf b/test/linuxserver/example_config/peer3/peer3.conf new file mode 100644 index 0000000..33d7e61 --- /dev/null +++ b/test/linuxserver/example_config/peer3/peer3.conf @@ -0,0 +1,11 @@ +[Interface] +Address = 10.13.13.4 +PrivateKey = sCuYK4YLH0Fsyv3gBQpKCZiuqFEzfdjcCdSVG/KhRGU= +ListenPort = 51820 +DNS = off + +[Peer] +PublicKey = qqCJ8qR7mNe6Kkwym7ii979mCaJ2YC+2RYmFQoNVoUc= +PresharedKey = RISZI5HXufwn2ABJNasT+PjKS+uZ530jlspWJjCpvSk= +Endpoint = 127.0.0.1:51820 +AllowedIPs = 0.0.0.0/0, ::/0 |