Skip to content

Commit

Permalink
Fix port in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ocassio authored Apr 12, 2018
1 parent 5e149e9 commit 8456702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func main() {
panic(err)
}

// Create SOCKS5 proxy on localhost port 8000
// Create SOCKS5 proxy on localhost port 1080
if err := server.ListenAndServe("tcp", "0.0.0.0:1080"); err != nil {
panic(err)
}
Expand Down

0 comments on commit 8456702

Please sign in to comment.