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

Set default Tunnel Configuration to "not allowed" #319

Merged
merged 1 commit into from
Feb 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions example/farmer.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"doNotTraverseNat": false,
// Maximum number of tunnels to provide to the network
// Tunnels help nodes with restrictive network configurations participate
"maxTunnels": 3,
"maxTunnels": 0,
// Maximum number of concurrent connections to allow
"maxConnections": 150,
// If providing tunnels, the starting and ending port range to open for
// them
"tunnelGatewayRange": {
"min": 4001,
"max": 4003
"min": 0,
"max": 0
},
// Number of times to retry joining the network and the wait time between
"joinRetry": {
Expand Down