Risposte:
Come dice Jim, gli esempi sul sito OpenVPN usano # per commenti e; per commentare le impostazioni. Non esiste alcuna differenza funzionale, ma questa convenzione semplifica l'identificazione visiva delle impostazioni commentate.
Da https://openvpn.net/index.php/open-source/documentation/howto.html#examples
#################################################
# Sample OpenVPN 2.0 config file for #
<snip>
# Comments are preceded with '#' or ';' #
#################################################
# Which local IP address should OpenVPN
# listen on? (optional)
;local a.b.c.d
# Which TCP/UDP port should OpenVPN listen on?
# If you want to run multiple OpenVPN instances
# on the same machine, use a different port
# number for each one. You will need to
# open up this port on your firewall.
port 1194
# TCP or UDP server?
;proto tcp
proto udp
;
- mai visto uno stile di commento specifico per il codice disabilitato (al contrario del testo) prima