op-packages/natflow/files/natflow-boot.init
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

14 lines
200 B
Bash

#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
START=95
start() {
echo debug=3 >/dev/natflow_ctl
echo disabled=0 >/dev/natflow_ctl
}
stop() {
echo disabled=1 >/dev/natflow_ctl
}