docs: update authorization documentation
The "trusted_clients" option now supports fqdns (full qualified domain names). Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
46e1d7b66b
commit
5321a8a558
|
@ -68,13 +68,14 @@ login_timeout:
|
||||||
trusted_clients:
|
trusted_clients:
|
||||||
192.168.1.30
|
192.168.1.30
|
||||||
192.168.1.0/24
|
192.168.1.0/24
|
||||||
# A list of newline separated ip addresses and/or ip ranges that are
|
my-printer.lan
|
||||||
# trusted. Trusted clients are given full access to the API. Both IPv4
|
# A list of newline separated ip addresses, ip ranges, or fully qualified
|
||||||
# and IPv6 addresses and ranges are supported. Ranges must be expressed
|
# domain names that are trusted. Trusted clients are given full access to
|
||||||
# in CIDR notation (see http://ip.sb/cidr for more info). For example, an
|
# the API. Both IPv4 and IPv6 addresses and ranges are supported. Ranges
|
||||||
# entry of 192.168.1.0/24 will authorize IPs in the range of 192.168.1.1 -
|
# must be expressed in CIDR notation (see http://ip.sb/cidr for more info).
|
||||||
# 192.168.1.254. Note that when specifying IPv4 ranges the last segment
|
# For example, an entry of 192.168.1.0/24 will authorize IPs in the range of
|
||||||
# of the ip address must be 0. The default is no clients or ranges are
|
# 192.168.1.1 - 192.168.1.254. Note that when specifying IPv4 ranges the
|
||||||
|
# last segment of the ip address must be 0. The default is no clients are
|
||||||
# trusted.
|
# trusted.
|
||||||
cors_domains:
|
cors_domains:
|
||||||
http://klipper-printer.local
|
http://klipper-printer.local
|
||||||
|
|
Loading…
Reference in New Issue