middleware: added infohash middleware

This commit is contained in:
Leo Balduf
2016-03-29 11:54:23 -04:00
parent c6a3830c4b
commit 52483407cc
8 changed files with 609 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ import (
_ "github.com/chihaya/chihaya/server/store/memory"
_ "github.com/chihaya/chihaya/server/store/middleware/client"
_ "github.com/chihaya/chihaya/server/store/middleware/ip"
_ "github.com/chihaya/chihaya/server/store/middleware/infohash"
_ "github.com/chihaya/chihaya/middleware/deniability"
)