From ac6672a56843bfd97f69b8b42a072638773d3217 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 12 Mar 2023 21:35:35 +0100 Subject: test/linuxserver: don't do catch-all AllowedIPs --- test/linuxserver/example_config/peer1/peer1.conf | 2 +- test/linuxserver/example_config/peer1/peer1.png | Bin 1125 -> 1127 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'test/linuxserver/example_config/peer1') diff --git a/test/linuxserver/example_config/peer1/peer1.conf b/test/linuxserver/example_config/peer1/peer1.conf index bc4ce64..ff373b7 100644 --- a/test/linuxserver/example_config/peer1/peer1.conf +++ b/test/linuxserver/example_config/peer1/peer1.conf @@ -7,4 +7,4 @@ DNS = off PublicKey = qqCJ8qR7mNe6Kkwym7ii979mCaJ2YC+2RYmFQoNVoUc= PresharedKey = t6OE7dlyynev/QEiPmvQ9YxRew/jTyiKCqGDNWeMCFU= 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/peer1/peer1.png b/test/linuxserver/example_config/peer1/peer1.png index c731c1a..59e3a5c 100644 Binary files a/test/linuxserver/example_config/peer1/peer1.png and b/test/linuxserver/example_config/peer1/peer1.png differ -- cgit v1.2.3