Skip to content

Commit

Permalink
Changed default port of proxy/UI to 10000 and local netmaster to 9999
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Robinson <[email protected]>
  • Loading branch information
dseevr committed Jan 6, 2017
1 parent 927c48e commit 93df860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ func processFlags() {
flag.StringVar(
&listenAddress,
"listen-address",
":9999",
":10000",
"address to listen to HTTP requests on",
)
flag.StringVar(
&netmasterAddress,
"netmaster-address",
"localhost:9998",
"localhost:9999",
"address of the upstream netmaster",
)
flag.StringVar(
Expand Down

0 comments on commit 93df860

Please sign in to comment.