mirror of https://github.com/dswd/vpncloud.git
Documenz LISTEN parameter correctly
This commit is contained in:
parent
75c54998e6
commit
aeb8e32e22
|
@ -1,8 +1,8 @@
|
||||||
# Whether this VPN should be started with the daemon.
|
# Whether this VPN should be started with the daemon.
|
||||||
ENABLED=0
|
ENABLED=0
|
||||||
|
|
||||||
# The address to listen for data. [default: `0.0.0.0:3210`]
|
# The port number on which to listen for data. [default: `3210`]
|
||||||
# Note: Every VPN needs a different listen address.
|
# Note: Every VPN needs a different port number.
|
||||||
LISTEN=''
|
LISTEN=''
|
||||||
|
|
||||||
# Address of a peer to connect to. The address should be in the form
|
# Address of a peer to connect to. The address should be in the form
|
||||||
|
|
Loading…
Reference in New Issue