编写配置脚本,并设置开机启动即可

#!/bin/bash
uci set firewall.cfg03dc81.input='ACCEPT'
iptables -F
iptables-save

image-1695213419951