Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
a16e0bba
Commit
a16e0bba
authored
Feb 02, 2015
by
Matt Bell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repo/config: Added default gateway address to initial config
parent
262e7812
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
repo/config/init.go
repo/config/init.go
+2
-1
No files found.
repo/config/init.go
View file @
a16e0bba
...
...
@@ -35,7 +35,8 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {
"/ip4/0.0.0.0/tcp/4001"
,
// "/ip4/0.0.0.0/udp/4002/utp", // disabled for now.
},
API
:
"/ip4/127.0.0.1/tcp/5001"
,
API
:
"/ip4/127.0.0.1/tcp/5001"
,
Gateway
:
"/ip4/127.0.0.1/tcp/8080"
,
},
Bootstrap
:
BootstrapPeerStrings
(
bootstrapPeers
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment