[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:
Pierre-Elliott Bécue 2014-05-15 14:09:12 +02:00
parent eadc449a8e
commit 17e4baac12
3 changed files with 23 additions and 5 deletions

View file

@ -69,3 +69,15 @@ ports_default = {
'output' : [ ':136','140:']
}
}
srv_ports_default = {
'tcp' : {
'input' : [ '22' ],
'output' : []
},
'udp' : {
'input' : [],
'output' : []
}
}