docs: update installation documentation
Note that trusted clients may now include both IPv4 and IPv6 ranges. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
470f1af475
commit
31bebdd59c
|
@ -122,13 +122,14 @@ Below is a detailed explanation of all options currently available:
|
||||||
# Enables CORS support. If serving static files from a different http
|
# Enables CORS support. If serving static files from a different http
|
||||||
# server then CORS will need to be enabled.
|
# server then CORS will need to be enabled.
|
||||||
#trusted_clients:
|
#trusted_clients:
|
||||||
# A list of new line separated ip addresses, or ip ranges, that are trusted.
|
# A list of new line separated ip addresses and/or ip ranges that are trusted.
|
||||||
# Trusted clients are given full access to the API. Note that ranges must
|
# Trusted clients are given full access to the API. Both IPv4 and IPv6
|
||||||
# be expressed in 24-bit CIDR notation, where the last segment is zero:
|
# addresses and ranges are supported. Ranges must be expressed in CIDR
|
||||||
# 192.168.1.0/24
|
# notation (see http://ip.sb/cidr for more info). For example an entry of
|
||||||
# The above example will allow 192.168.1.1 - 192.168.1-254. Note attempting
|
# 192.168.1.0/24 will authorize IPs in the range of 192.168.1.1 -
|
||||||
# to use a non-zero value for the last IP segement or different bit value will
|
# 192.168.1.254. Note that when specifying IPv4 ranges the last segment
|
||||||
# result in a configuration error.
|
# of the ip address must be 0.
|
||||||
|
# The default is no clients or ranges are trusted.
|
||||||
#request_timeout: 5.
|
#request_timeout: 5.
|
||||||
# The amount of time (in seconds) a client request has to process before the
|
# The amount of time (in seconds) a client request has to process before the
|
||||||
# server returns an error. This timeout does NOT apply to gcode requests.
|
# server returns an error. This timeout does NOT apply to gcode requests.
|
||||||
|
|
Loading…
Reference in New Issue