[firewall] On permet aux serveurs d'être joignables sur le port 22
* Et on corrige deux typos dans utils.py
This commit is contained in:
parent
eadc449a8e
commit
17e4baac12
3 changed files with 23 additions and 5 deletions
|
@ -69,3 +69,15 @@ ports_default = {
|
|||
'output' : [ ':136','140:']
|
||||
}
|
||||
}
|
||||
|
||||
srv_ports_default = {
|
||||
'tcp' : {
|
||||
'input' : [ '22' ],
|
||||
'output' : []
|
||||
},
|
||||
|
||||
'udp' : {
|
||||
'input' : [],
|
||||
'output' : []
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue