iad2: drop conditionals, just connect to gateway
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4548189c63
commit
d5afca0080
1 changed files with 0 additions and 4 deletions
|
@ -9,13 +9,9 @@ dev tun
|
||||||
|
|
||||||
proto udp
|
proto udp
|
||||||
|
|
||||||
{% if datacenter != 'iad2' %}
|
|
||||||
# Specify multiple vpn servers here
|
# Specify multiple vpn servers here
|
||||||
remote gateway
|
remote gateway
|
||||||
remote bastion02
|
remote bastion02
|
||||||
{% elif datacenter == 'iad2' %}
|
|
||||||
remote bastion-iad01.fedoraproject.org
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
resolv-retry infinite
|
resolv-retry infinite
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue