Update firewall.py

pull/632/head
Mr Chen 5 months ago
parent b0c3e5b7e5
commit a36d2f2665
  1. 2
      web/utils/firewall.py

@ -310,6 +310,8 @@ class Firewall(object):
return mw.returnData(True, msg)
def addPanelPort(self, port):
self.setFw(0)
protocol = 'tcp'
ps = 'PANEL端口'

Loading…
Cancel
Save