]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - fifos/start.go
No redo, refactor project building, simplify it
[tofuproxy.git] / fifos / start.go
index 14acead5c1a6a32a883af1e9537375d1ad01497d..2dad65a00d04a8a80c5e8b70190cf20935682652 100644 (file)
@@ -42,6 +42,7 @@ func Start(fifos string) {
        go listAccepted(filepath.Join(fifos, "list-accepted"))
        go listHTTPAuth(filepath.Join(fifos, "list-http-auth"))
        go listRejected(filepath.Join(fifos, "list-rejected"))
+       go listRestricted(filepath.Join(fifos, "list-restricted"))
        go listSpies(filepath.Join(fifos, "list-spies"))
        go listTLSAuth(filepath.Join(fifos, "list-tls-auth"))
        go listWARCs(filepath.Join(fifos, "list-warcs"))
@@ -59,6 +60,8 @@ func Start(fifos string) {
                filepath.Join(fifos, "del-rejected"),
        )
 
+       go addRestricted(filepath.Join(fifos, "add-restricted"))
+
        go addSpy(filepath.Join(fifos, "add-spies"))
        go del(
                &caches.SpiesM, func(host string) {