Skip to content

Commit

Permalink
Move to port 3128 to avoid collisions with dynamic range during lots …
Browse files Browse the repository at this point in the history
…of activity

Signed-off-by: Brian Dwyer <[email protected]>
  • Loading branch information
bdwyertech committed Mar 22, 2020
1 parent 4aab288 commit 5db0e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gontlm-proxy/gontlm-proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

func Run() {
proxyServer := getEnv("GONTLM_PROXY", getProxyServer())
bind := getEnv("GONTLM_BIND", ":53128")
bind := getEnv("GONTLM_BIND", ":3128")
log.Printf("INFO: Forwarding Proxy is: %s\n", proxyServer)
log.Printf("INFO: Listening on: %s\n", bind)

Expand Down

0 comments on commit 5db0e69

Please sign in to comment.