]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - cmd/tofuproxy/main.go
Ability to remove hosts from the states, refactoring
[tofuproxy.git] / cmd / tofuproxy / main.go
index 8a0be00267f4cc17c191ecbea841c65aac0fd3bb..96dbd321a209503e527b839e2acb97cbc3d61bcd 100644 (file)
@@ -51,8 +51,7 @@ func main() {
        }
 
        fifos.NoTAI = *notai
-       fifos.FIFOs = *fifosDir
-       fifos.Init()
+       fifos.Start(*fifosDir)
        tofuproxy.Certs = *certs
        tofuproxy.CCerts = *ccerts
        tofuproxy.DNSSrv = *dnsSrv