3 lines
93 B
Text
Executable file
3 lines
93 B
Text
Executable file
[ "$INTERFACE" == "wan" ] || return
|
|
[ "$ACTION" == "ifup" ] && /etc/init.d/chaosvpn restart
|
|
|