From 3ba44927180453caa1d225d8a2275be382b7cbfb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 12 Mar 2023 21:24:22 +0100 Subject: test/linuxserver: add a test configuration --- test/linuxserver/example_config/peer1/peer1.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/linuxserver/example_config/peer1/peer1.conf (limited to 'test/linuxserver/example_config/peer1/peer1.conf') diff --git a/test/linuxserver/example_config/peer1/peer1.conf b/test/linuxserver/example_config/peer1/peer1.conf new file mode 100644 index 0000000..cac141d --- /dev/null +++ b/test/linuxserver/example_config/peer1/peer1.conf @@ -0,0 +1,11 @@ +[Interface] +Address = 10.13.13.2 +PrivateKey = gIdVetT76luLb7rnVx0qwW4sESoUPeF5slPfNW/K4Fg= +ListenPort = 51820 +DNS = off + +[Peer] +PublicKey = qqCJ8qR7mNe6Kkwym7ii979mCaJ2YC+2RYmFQoNVoUc= +PresharedKey = t6OE7dlyynev/QEiPmvQ9YxRew/jTyiKCqGDNWeMCFU= +Endpoint = 127.0.0.1:51820 +AllowedIPs = 0.0.0.0/0, ::/0 -- cgit v1.2.3