Browse Source

:gear: Disable unconfigured AutoRelay by default

Ettore Di Giacinto 3 years ago
parent
commit
cd5d3588dc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/node/node.go

+ 0 - 1
pkg/node/node.go

@@ -53,7 +53,6 @@ const defaultChanSize = 3000
 var defaultLibp2pOptions = []libp2p.Option{
 	libp2p.EnableNATService(),
 	libp2p.NATPortMap(),
-	libp2p.EnableAutoRelay(),
 }
 
 func New(p ...Option) (*Node, error) {