浏览代码

Restore block on port 3306

Bob Mottram 10 年前
父节点
当前提交
ca535dda9f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      beaglebone.txt

+ 1
- 0
beaglebone.txt 查看文件

@@ -1257,6 +1257,7 @@ iptables -A INPUT -p tcp --destination-port 137 -j DROP
1257 1257
 iptables -A INPUT -p tcp --destination-port 4242 -j DROP
1258 1258
 iptables -A INPUT -p tcp --destination-port 9050 -j DROP
1259 1259
 iptables -A INPUT -p tcp --destination-port 3000 -j DROP
1260
+iptables -A INPUT -p tcp --destination-port 3306 -j DROP
1260 1261
 iptables -A INPUT -p udp --destination-port 1 -j DROP
1261 1262
 iptables -A INPUT -p udp --destination-port 7 -j DROP
1262 1263
 iptables -A INPUT -p udp --destination-port 109:111 -j DROP