openwrt内置的Transmission打开51413端口

路径:网络 --- 防火墙 ----自定义规则 输入下面的语句

iptables -I INPUT -p udp --dport 51413 -j ACCEPT
iptables -I INPUT -p tcp --dport 51413 -j ACCEPT

然后分别点击 保存 和 保存应用 即可

P.K

computer loser

评论已关闭