Restrict client ti IPv4.

This commit is contained in:
Christoph 2019-09-08 18:41:59 +02:00
parent ecdb3eb966
commit 99a5b3237c
2 changed files with 2 additions and 2 deletions

View File

@ -477,7 +477,7 @@ proto udp
# The hostname/IP and port of the server. # The hostname/IP and port of the server.
# You can have multiple remote entries # You can have multiple remote entries
# to load balance between the servers. # to load balance between the servers.
remote $OPENVPN_SERVER $SERVER_PORT remote $OPENVPN_SERVER $SERVER_PORT udp4
topology subnet topology subnet

View File

@ -439,7 +439,7 @@ proto udp
# The hostname/IP and port of the server. # The hostname/IP and port of the server.
# You can have multiple remote entries # You can have multiple remote entries
# to load balance between the servers. # to load balance between the servers.
remote $OPENVPN_SERVER $SERVER_PORT remote $OPENVPN_SERVER $SERVER_PORT udp4
topology subnet topology subnet