답변:
Jim이 말했듯이 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
;
-전에 (텍스트와 반대) 장애인 코드에 대한 특정 주석 스타일을 본 적이 없다