+ /control/blocked_services/* API

This commit is contained in:
Simon Zolin
2019-07-23 12:16:36 +03:00
parent e81a9c7d56
commit dc2d8cf075
2 changed files with 50 additions and 0 deletions

View File

@@ -1022,6 +1022,7 @@ func registerControlHandlers() {
RegisterTLSHandlers()
RegisterClientsHandlers()
registerRewritesHandlers()
RegisterBlockedServicesHandlers()
http.HandleFunc("/dns-query", postInstall(handleDOH))
}