* DNS: remove /enable_protection and /disable_protection

This commit is contained in:
Simon Zolin
2019-11-15 11:36:47 +03:00
committed by Ildar Kamalov
parent 3b13c031a3
commit 87bb773d3e
3 changed files with 24 additions and 32 deletions

View File

@@ -99,26 +99,6 @@ paths:
200:
description: OK
/enable_protection:
post:
tags:
- global
operationId: enableProtection
summary: "Enable protection (turns on dnsfilter module in coredns)"
responses:
200:
description: OK
/disable_protection:
post:
tags:
- global
operationId: disableProtection
summary: "Disable protection (turns off filtering, sb, parental, safesearch temporarily by disabling dnsfilter module in coredns)"
responses:
200:
description: OK
/set_upstreams_config:
post:
tags: