Allow -listen-http, -listen-https and -listen-proxy to be given more than once
Compare changes
Files
5- Nick Thomas authored
Per issue #13, sometimes you want to listen on more than one port for each type of listener. This commit adds support for that.
+ 13
− 12
@@ -85,39 +85,40 @@ func (a *theApp) UpdateDomains(domains domains) {