@@ -107,7 +107,6 @@ config file at runtime.
107
107
- [ ` Swarm.DisableBandwidthMetrics ` ] ( #swarmdisablebandwidthmetrics )
108
108
- [ ` Swarm.DisableNatPortMap ` ] ( #swarmdisablenatportmap )
109
109
- [ ` Swarm.EnableHolePunching ` ] ( #swarmenableholepunching )
110
- - [ ` Swarm.EnableAutoRelay ` ] ( #swarmenableautorelay )
111
110
- [ ` Swarm.RelayClient ` ] ( #swarmrelayclient )
112
111
- [ ` Swarm.RelayClient.Enabled ` ] ( #swarmrelayclientenabled )
113
112
- [ ` Swarm.RelayClient.StaticRelays ` ] ( #swarmrelayclientstaticrelays )
@@ -122,7 +121,6 @@ config file at runtime.
122
121
- [ ` Swarm.RelayService.MaxReservationsPerPeer ` ] ( #swarmrelayservicemaxreservationsperpeer )
123
122
- [ ` Swarm.RelayService.MaxReservationsPerIP ` ] ( #swarmrelayservicemaxreservationsperip )
124
123
- [ ` Swarm.RelayService.MaxReservationsPerASN ` ] ( #swarmrelayservicemaxreservationsperasn )
125
- - [ ` Swarm.DisableRelay ` ] ( #swarmdisablerelay )
126
124
- [ ` Swarm.EnableAutoNATService ` ] ( #swarmenableautonatservice )
127
125
- [ ` Swarm.ConnMgr ` ] ( #swarmconnmgr )
128
126
- [ ` Swarm.ConnMgr.Type ` ] ( #swarmconnmgrtype )
@@ -1374,7 +1372,9 @@ Type: `flag`
1374
1372
1375
1373
### ` Swarm.EnableAutoRelay `
1376
1374
1377
- Removed (V1): Use ` Swarm.RelayClient.Enabled ` (Relay V2) instead.
1375
+ ** REMOVED**
1376
+
1377
+ Use ` Swarm.RelayClient.Enabled ` (Relay V2) instead.
1378
1378
1379
1379
### ` Swarm.RelayClient `
1380
1380
@@ -1520,15 +1520,9 @@ Replaced with [`Swarm.RelayService.Enabled`](#swarmrelayserviceenabled).
1520
1520
1521
1521
### ` Swarm.DisableRelay `
1522
1522
1523
- Deprecated: Set ` Swarm.Transports.Network.Relay ` to ` false ` .
1524
-
1525
- Disables the p2p-circuit relay transport. This will prevent this node from
1526
- connecting to nodes behind relays, or accepting connections from nodes behind
1527
- relays.
1528
-
1529
- Default: ` false `
1523
+ ** REMOVED**
1530
1524
1531
- Type: ` bool `
1525
+ Set ` Swarm.Transports.Network.Relay ` to ` false ` instead.
1532
1526
1533
1527
### ` Swarm.EnableAutoNATService `
1534
1528
@@ -1687,8 +1681,9 @@ NATs.
1687
1681
1688
1682
See also:
1689
1683
- Docs: [ Libp2p Circuit Relay] ( https://docs.libp2p.io/concepts/circuit-relay/ )
1690
- - [ ` Swarm.EnableAutoRelay ` ] ( #swarmenableautorelay ) for getting a public
1691
- ` /p2p-circuit ` address when behind a firewall.
1684
+ - [ ` Swarm.RelayClient.Enabled ` ] ( #swarmrelayclientenabled ) for getting a public
1685
+ - ` /p2p-circuit ` address when behind a firewall.
1686
+ - [ ` Swarm.EnableHolePunching ` ] ( #swarmenableholepunching ) for direct connection upgrade through relay
1692
1687
- [ ` Swarm.RelayService.Enabled ` ] ( #swarmrelayserviceenabled ) for becoming a
1693
1688
limited relay for other peers
1694
1689
0 commit comments