Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 7bce469

Browse files
whyrusleepingjbenet
authored andcommitted
add in basic address dial filtering
License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent b7d30d1 commit 7bce469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.go

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ type Config struct {
2626
Tour Tour // local node's tour position
2727
Gateway Gateway // local node's gateway server options
2828
SupernodeRouting SupernodeClientConfig // local node's routing servers (if SupernodeRouting enabled)
29+
DialBlocklist []string
2930
Log Log
3031
}
3132

0 commit comments

Comments
 (0)