Skip to content

Commit

Permalink
Merge pull request #113 from getlantern/issue2278
Browse files Browse the repository at this point in the history
getlantern/lantern#2278 Added additional Google Talk ports
  • Loading branch information
aranhoide committed Mar 3, 2015
2 parents 830f125 + 1469ebd commit 7561f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.com/getlantern/flashlight/flashlight.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func runServerProxy(cfg *config.Config) {
PKFile: config.InConfigDir("proxypk.pem"),
ServerCertFile: config.InConfigDir("servercert.pem"),
},
AllowedPorts: []int{80, 443, 8080, 8443, 5222},
AllowedPorts: []int{80, 443, 8080, 8443, 5222, 5223, 5228},
}

srv.Configure(cfg.Server)
Expand Down

0 comments on commit 7561f75

Please sign in to comment.