You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
372 B

  1. #!/bin/sh
  2. #
  3. # This file is interpreted as shell script.
  4. # Put your custom openvpn action here, they will
  5. # be executed with each opevnp event.
  6. #
  7. # $ACTION
  8. # <down> down action is generated after the TUN/TAP device is closed
  9. # <up> up action is generated after the TUN/TAP device is opened
  10. # $INSTANCE Name of the openvpn instance which went up or down