mirror of
https://github.com/openwrt/packages.git
synced 2025-10-09 22:41:28 +00:00
4 lines
93 B
Plaintext
Executable File
4 lines
93 B
Plaintext
Executable File
[ "$INTERFACE" == "wan" ] || return
|
|
[ "$ACTION" == "ifup" ] && /etc/init.d/chaosvpn restart
|
|
|