Skip to content

Instantly share code, notes, and snippets.

@lyondhill
Last active December 20, 2015 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lyondhill/6107043 to your computer and use it in GitHub Desktop.
Save lyondhill/6107043 to your computer and use it in GitHub Desktop.
# Push routes to the client to allow it
# to reach other private subnets behind
# the server. Remember that these
# private subnets will also need
# to know to route the OpenVPN client
# address pool (10.8.0.0/255.255.255.0)
# back to the OpenVPN server.
<% @push_routes.each do |route| %>
push "route <%= route[0] %> <%= route[1] %>"
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment