From c0fc2efb8fab3f10e4aafa00b930f0a2c600cf3c Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Thu, 4 Jul 2019 15:27:45 +0800 Subject: [PATCH] AdGuardHome: Set only private network can use it --- .../jsda/AdGuardHome/files/etc/AdGuardHome/AdGuardHome.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/jsda/AdGuardHome/files/etc/AdGuardHome/AdGuardHome.yaml b/package/jsda/AdGuardHome/files/etc/AdGuardHome/AdGuardHome.yaml index 5edb015ba3..e0e31ccd2c 100644 --- a/package/jsda/AdGuardHome/files/etc/AdGuardHome/AdGuardHome.yaml +++ b/package/jsda/AdGuardHome/files/etc/AdGuardHome/AdGuardHome.yaml @@ -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: ""