Comment on Show HN: A small bootstrapped independent VPN company in the NetherlandsparentComments−j3th9nOP6yWhat can I say, part of the OpenVPN config:status /dev/nulllog /dev/nullverb 0Part of the IPSec config:charondebug="asn -1, cfg -1, chd -1, dmn -1, enc -1, esp -1, ike -1, imc -1, imv -1, job -1, knl -1, lib -1, mgr -1, net -1, pts -1, tls -1, tnc -1"(-1 means absolutely silent)There are no client connect/disconnect scripts active.Authorization, Accounting and Authentication log queries in FreeRadius are disabled.All name server logging is disabled.iOS subscription receipt validation logging is disabled.Communication in between servers (for example vpnserver -> dbserver) is encrypted with OpenVPN.
Comments
What can I say, part of the OpenVPN config:
status /dev/null
log /dev/null
verb 0
Part of the IPSec config:
charondebug="asn -1, cfg -1, chd -1, dmn -1, enc -1, esp -1, ike -1, imc -1, imv -1, job -1, knl -1, lib -1, mgr -1, net -1, pts -1, tls -1, tnc -1"
(-1 means absolutely silent)
There are no client connect/disconnect scripts active.
Authorization, Accounting and Authentication log queries in FreeRadius are disabled.
All name server logging is disabled.
iOS subscription receipt validation logging is disabled.
Communication in between servers (for example vpnserver -> dbserver) is encrypted with OpenVPN.