Files
clash-rules/open-rc/mihomo-iptables

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 $?
}