mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 23:14:31 +04: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
|
|
|