Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit a41b2b7

Browse files
authored
Merge pull request #319 from stefanbenten/patch-1
Set default Tunnel Configuration to "not allowed"
2 parents c8b616f + 88946ee commit a41b2b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/farmer.config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"doNotTraverseNat": false,
3535
// Maximum number of tunnels to provide to the network
3636
// Tunnels help nodes with restrictive network configurations participate
37-
"maxTunnels": 3,
37+
"maxTunnels": 0,
3838
// Maximum number of concurrent connections to allow
3939
"maxConnections": 150,
4040
// If providing tunnels, the starting and ending port range to open for
4141
// them
4242
"tunnelGatewayRange": {
43-
"min": 4001,
44-
"max": 4003
43+
"min": 0,
44+
"max": 0
4545
},
4646
// Number of times to retry joining the network and the wait time between
4747
"joinRetry": {

0 commit comments

Comments
 (0)