Merge pull request #588 from usmannasir/stable

Merging in fixes to dev
This commit is contained in:
WhatTheServer
2021-04-16 19:37:10 -04:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ class CSF(multi.Thread):
for items in data:
if items.find('TCP_IN') > -1 and items.find('=') > -1 and (items[0] != '#'):
writeToConf.writelines(
'TCP_IN = "20,21,22,25,53,80,110,995,143,443,465,587,993,995,1025,8090,40110:40210"\n')
'TCP_IN = "20,21,22,25,53,80,110,995,143,443,465,587,993,995,1025,7080,8090,40110:40210"\n')
elif items.find('TCP_OUT') > -1 and items.find('=') > -1 and (items[0] != '#'):
writeToConf.writelines(
'TCP_OUT = "20,21,22,25,43,53,80,110,113,443,587,993,995,8090,40110:40210"\n')