Skip to content

Instantly share code, notes, and snippets.

@Mstaaravin
Created September 18, 2016 03:24
Show Gist options
  • Save Mstaaravin/9256043381a37b6a2eb26115d3c4b06d to your computer and use it in GitHub Desktop.
Save Mstaaravin/9256043381a37b6a2eb26115d3c4b06d to your computer and use it in GitHub Desktop.
service on interfaces
iface tun0 inet manual
pre-up ip route delete 172.18.0.0/16 || true
pre-up service openvpn start || true
post-down service openvpn stop
post-down ip route add blackhole 172.18.0.0/16 || true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment