new policy for default ports: we close almost all to be sure that nothing works if we don't configure it

nouvelle politique d'ouverture des ports par défaut : on ferme quasi tout pour que rien ne marche ou presque si on ne configure rien
This commit is contained in:
Gregory Colpart 2020-09-22 16:59:39 +02:00
parent ba193f22fa
commit 5a907b1ce0
1 changed files with 4 additions and 4 deletions

View File

@ -31,15 +31,15 @@ PRIVILEGIEDIPS=''
# Protected services
# (add also in Public services if needed)
SERVICESTCP1p='22'
SERVICESTCP1p='22222'
SERVICESUDP1p=''
# Public services (IPv4/IPv6)
SERVICESTCP1='25 53 443 993 995 22222'
SERVICESUDP1='53'
SERVICESTCP1='22222'
SERVICESUDP1=''
# Semi-public services (IPv4)
SERVICESTCP2='20 21 22 80 110 143'
SERVICESTCP2='22'
SERVICESUDP2=''
# Private services (IPv4)