AdGuardHome: Set only private network can use it
This commit is contained in:
parent
abb6110cd6
commit
c0fc2efb8f
@ -18,7 +18,8 @@ dns:
|
||||
bootstrap_dns:
|
||||
- 1.0.0.1:53
|
||||
all_servers: true
|
||||
allowed_clients: []
|
||||
allowed_clients:
|
||||
- 127.0.0.1
|
||||
disallowed_clients: []
|
||||
blocked_hosts: []
|
||||
filtering_temp_filename: ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user