14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
description="Mihomo IPtables Rules"
|
|
|
|
depend() {
|
|
need net
|
|
before mihomo
|
|
}
|
|
|
|
start() {
|
|
ebegin "Applying Mihomo IPtables rules"
|
|
/usr/local/bin/iptables-mihomo-setup.sh
|
|
eend $?
|
|
} |