go-ipfs-config: add in basic address dial filtering
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Jun 16, 2015 at 11:06 UTC
eb6a0a5d89c5a5ff4ce1d15cf03cb74e88962f9a
1 file changed
+1
config/config.go
+1
@@ -26,6 +26,7 @@ type Config struct {
26
Tour Tour // local node's tour position
27
Gateway Gateway // local node's gateway server options
28
SupernodeRouting SupernodeClientConfig // local node's routing servers (if SupernodeRouting enabled)
29
+ DialBlocklist []string
30
Log Log
31
}
32