small-package/natflow/files/natflow-boot.init

14 lines
200 B
Plaintext
Raw Normal View History

2022-03-25 10:07:50 +08:00
#!/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
}