iad2: openvpn/client: point all the iad2 instances to use the iad2 bastion
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4eee290230
commit
998a7beb31
1 changed files with 4 additions and 0 deletions
|
@ -9,9 +9,13 @@ dev tun
|
|||
|
||||
proto udp
|
||||
|
||||
{% if datacenter == 'phx2' %}
|
||||
# Specify multiple vpn servers here
|
||||
remote gateway
|
||||
remote bastion02
|
||||
{% elif datacenter == 'iad2' %}
|
||||
remote bastion-iad01.fedoraproject.org
|
||||
{% endif %}
|
||||
|
||||
resolv-retry infinite
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue