Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
use the gateway attribute to define the openvpn gateway, not the syst…
Browse files Browse the repository at this point in the history
…ems FQDN, which may not match its external hostname
  • Loading branch information
bdha authored and jtimberman committed Dec 8, 2011
1 parent b50b97c commit a34476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn/templates/default/Rakefile.erb
Expand Up @@ -48,7 +48,7 @@ task :client do
client
dev tun
proto udp
remote #{<%= node["fqdn"] %>} 1194
remote <%= node["openvpn"]["gateway"] %> 1194
resolv-retry infinite
nobind
persist-key
Expand Down

0 comments on commit a34476e

Please sign in to comment.