robots.txt – Suchmaschinen blockieren
User-Agent: * Disallow: /
User-Agent: * Disallow: /
in der bootstrap.php
define('FORCE_SSL','yes');
# /var/mdw/scripts/httpproxy restart
# efw-upgrade -s
sslscan host.domain.dom | grep Accepted
Server TCP
nc -lv PORT
Client TCP
nc -v IPADRESSE PORT
Server UDP
nc -luv PORT
Client UDP
nc -vu IPADRESSE PORT