+ control: add /rewrite/* handlers

This commit is contained in:
Simon Zolin
2019-07-19 15:14:19 +03:00
parent 0c2459b51b
commit 9857024c5d
2 changed files with 108 additions and 0 deletions

View File

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