openvpn/client: fix all non phx2 openvpn clients to have a remote again
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a142fc7a92
commit
508353cc74
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ dev tun
|
|||
|
||||
proto udp
|
||||
|
||||
{% if datacenter == 'phx2' %}
|
||||
{% if datacenter != 'iad2' %}
|
||||
# Specify multiple vpn servers here
|
||||
remote gateway
|
||||
remote bastion02
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue