diff options
author | Stan Grishin <stangri@melmac.net> | 2020-12-21 11:34:24 -0600 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-12-21 11:34:24 -0600 |
commit | 4f0506e3e9c99221ae1c2357bdc41b753960d599 (patch) | |
tree | c369e350802499bd8ce0e4750c056ef89b237c39 /applications/luci-app-https-dns-proxy/root/usr/share/rpcd | |
parent | 4f1f5cfb6c240ef29c90beebe9856aa669a0e0ef (diff) |
luci-app-https-dns-proxy: WebUI for dnsmasq config update, quad9 bootstrap IPv6
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/root/usr/share/rpcd')
-rw-r--r-- | applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json b/applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json index bcd4c5fd7d..97f8c6df41 100644 --- a/applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json +++ b/applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json @@ -12,9 +12,6 @@ "/usr/lib/lua/luci/https-dns-proxy/providers/*": [ "read" ], - "/etc/init.d/dnsmasq *": [ - "exec" - ], "/etc/init.d/https-dns-proxy *": [ "exec" ] |