Updated the current state.
FossilOrigin-Name: e44b40969da53a6cb1c69baeb5fc51304c48a65d62f8380dc7663a04548b52e4
This commit is contained in:
parent
3bafa48a90
commit
fa70f89f94
@ -1,36 +1,85 @@
|
|||||||
#
|
#
|
||||||
|
# AC-Tube default config file
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
# ---------------------------------------------------
|
||||||
|
# General settings
|
||||||
|
# ---------------------------------------------------
|
||||||
|
|
||||||
|
# ac_name
|
||||||
|
# The ac name reported by AC-Tube
|
||||||
|
# If ommited ac_name is build from macaddress.
|
||||||
|
#
|
||||||
|
# Default: ac_name =
|
||||||
|
|
||||||
|
|
||||||
|
# ac_id
|
||||||
|
# A unique id for this AC
|
||||||
|
# If not specified, an id is build from macaddress.
|
||||||
|
#
|
||||||
|
# Default:
|
||||||
|
# ac_id =
|
||||||
|
|
||||||
|
|
||||||
|
# ---------------------------------------------------
|
||||||
|
# Network related
|
||||||
|
# ---------------------------------------------------
|
||||||
|
|
||||||
|
# ipv4
|
||||||
# Use IPv4 protocol
|
# Use IPv4 protocol
|
||||||
#
|
#
|
||||||
|
# Default:
|
||||||
# ipv4=true
|
# ipv4=true
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
|
# ipv6
|
||||||
# Use IPv6 protocol
|
# Use IPv6 protocol
|
||||||
#
|
#
|
||||||
|
# Default:
|
||||||
# ipv6=true
|
# ipv6=true
|
||||||
#
|
|
||||||
|
|
||||||
# Listen addresses
|
|
||||||
|
# listen - Listen addresses
|
||||||
|
# If ommited, AC-Tube tries to find listen addresses by itself.
|
||||||
#
|
#
|
||||||
|
# Defalut:
|
||||||
# listen =
|
# listen =
|
||||||
# listen = 192.168.0.15
|
|
||||||
|
|
||||||
|
|
||||||
|
# ---------------------------------------------------
|
||||||
|
# SSL related stuff
|
||||||
|
# ---------------------------------------------------
|
||||||
|
|
||||||
# dtls_psk
|
# dtls_psk
|
||||||
|
# Specify a dtls pre-shared key
|
||||||
#
|
#
|
||||||
# dtls_psk =
|
# Default: dtls_psk =
|
||||||
|
|
||||||
#
|
|
||||||
# ac_name
|
|
||||||
# The name reported by actube
|
|
||||||
# If ommited ac_name is build from macaddress
|
|
||||||
#
|
|
||||||
# ac_name =
|
|
||||||
#
|
|
||||||
|
|
||||||
|
# ssl_key
|
||||||
|
# Certificate key file
|
||||||
#
|
#
|
||||||
# ac_id
|
# Default:
|
||||||
# The id for this AC
|
# ssl_key=
|
||||||
|
|
||||||
|
|
||||||
|
# ssl_key_pass
|
||||||
|
# Password to unlock key file
|
||||||
#
|
#
|
||||||
# ac_id =
|
# Default:
|
||||||
|
# ssl_key_pass =
|
||||||
|
|
||||||
|
|
||||||
|
# ssl_cert
|
||||||
|
# SSL certificate that will be sent to the client
|
||||||
#
|
#
|
||||||
|
# Default:
|
||||||
|
# ssl_cert=
|
||||||
|
|
||||||
|
|
||||||
|
# dtls_verify_peer
|
||||||
|
# Verfify peer's certificate
|
||||||
|
#
|
||||||
|
# Default:
|
||||||
|
# dtls_verify_peer=true
|
||||||
|
Loading…
Reference in New Issue
Block a user