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:
|
||||
192.168.1.30
|
||||
192.168.1.0/24
|
||||
# A list of newline separated ip addresses and/or ip ranges that are
|
||||
# trusted. Trusted clients are given full access to the API. Both IPv4
|
||||
# and IPv6 addresses and ranges are supported. Ranges must be expressed
|
||||
# in CIDR notation (see http://ip.sb/cidr for more info). For example, an
|
||||
# entry of 192.168.1.0/24 will authorize IPs in the range of 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 or ranges are
|
||||
my-printer.lan
|
||||
# A list of newline separated ip addresses, ip ranges, or fully qualified
|
||||
# domain names that are trusted. Trusted clients are given full access to
|
||||
# the API. Both IPv4 and IPv6 addresses and ranges are supported. Ranges
|
||||
# must be expressed in CIDR notation (see http://ip.sb/cidr for more info).
|
||||
# For example, an entry of 192.168.1.0/24 will authorize IPs in the range of
|
||||
# 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.
|
||||
cors_domains:
|
||||
http://klipper-printer.local
|
||||
|
|
Loading…
Reference in New Issue