mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 06:30:59 +00:00
Initial commit
This commit is contained in:
Executable
+22
@@ -0,0 +1,22 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=92
|
||||
STOP=01
|
||||
|
||||
RUAB="/usr/bin/ruantiblock"
|
||||
|
||||
start() {
|
||||
$RUAB start
|
||||
}
|
||||
|
||||
stop() {
|
||||
$RUAB stop
|
||||
}
|
||||
|
||||
restart() {
|
||||
$RUAB restart
|
||||
}
|
||||
|
||||
reload() {
|
||||
$RUAB reload
|
||||
}
|
||||
Reference in New Issue
Block a user