mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Limit app password permissions by default. Add new app_sudo mode for users to remove this new limitation if they really need to
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -413,6 +413,8 @@ components:
|
||||
type: string
|
||||
app_pwhash:
|
||||
type: string
|
||||
app_sudo:
|
||||
type: boolean
|
||||
excludeClients:
|
||||
type: array
|
||||
items:
|
||||
@@ -697,6 +699,7 @@ components:
|
||||
pwhash: ''
|
||||
totp_secret: ''
|
||||
app_pwhash: ''
|
||||
app_sudo: false
|
||||
excludeClients: [ '1\.2\.3\.4', 'localhost', 'fe80::345' ]
|
||||
excludeDomains: [ 'google\\.de', 'pi-hole\.net' ]
|
||||
maxHistory: 86400
|
||||
|
||||
Reference in New Issue
Block a user