mirror of
https://github.com/openwrt/packages.git
synced 2025-09-26 10:35:19 +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
|
|
|