Restrict client ti IPv4.
This commit is contained in:
parent
ecdb3eb966
commit
99a5b3237c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user