From 99a5b3237c9df3cb592119e69473d7aee56dca2e Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 8 Sep 2019 18:41:59 +0200 Subject: [PATCH] Restrict client ti IPv4. --- build_key-pass.sh | 2 +- create_key_config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_key-pass.sh b/build_key-pass.sh index 28fa6b3..3f67a46 100755 --- a/build_key-pass.sh +++ b/build_key-pass.sh @@ -477,7 +477,7 @@ proto udp # The hostname/IP and port of the server. # You can have multiple remote entries # to load balance between the servers. -remote $OPENVPN_SERVER $SERVER_PORT +remote $OPENVPN_SERVER $SERVER_PORT udp4 topology subnet diff --git a/create_key_config.sh b/create_key_config.sh index 93488db..d94c7dc 100755 --- a/create_key_config.sh +++ b/create_key_config.sh @@ -439,7 +439,7 @@ proto udp # The hostname/IP and port of the server. # You can have multiple remote entries # to load balance between the servers. -remote $OPENVPN_SERVER $SERVER_PORT +remote $OPENVPN_SERVER $SERVER_PORT udp4 topology subnet