回答:
ジムが言うように、OpenVPNサイトの例では、コメントと#に#を使用しています。設定をコメントアウトします。機能的な違いはありませんが、この規則により、コメントアウトされている設定を視覚的に識別しやすくなります。
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
;
の前に(テキストではなく)無効なコードのスタイルをコメント、特定のを見たことがない-