Commit 40f9b3f2 authored by Guillaume Bury's avatar Guillaume Bury

Added route-up instead of ipchange

parent 351e4fe8
#!/usr/bin/python -S
import os, time, sys
# Write into pipe external ip address received
os.write(int(sys.argv[1]), '%(script_type)s %(OPENVPN_external_ip)s\n' % os.environ)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment