docs: fix accidental removal of `trusted_clients` option
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
25b6f6fb34
commit
d42fd3b095
|
@ -65,6 +65,7 @@ login_timeout:
|
||||||
# credentials to log in. This period begins when a logged out user
|
# credentials to log in. This period begins when a logged out user
|
||||||
# first logs in. Successive logins without logging out will not
|
# first logs in. Successive logins without logging out will not
|
||||||
# renew the timeout. The default is 90 days.
|
# renew the timeout. The default is 90 days.
|
||||||
|
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
|
# A list of newline separated ip addresses and/or ip ranges that are
|
||||||
|
|
Loading…
Reference in New Issue