mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
038b478d16
without public ip's, the generated mox config will try to listen on 0.0.0.0 and ::, but because there is already a listener for 127.0.0.1:80 (and possibly others), a bind for 0.0.0.0:80 will fail. explicit public ip's are needed. the public http listener is useful for ACME validation over http. for issue #52 |
||
---|---|---|
.. | ||
autoconf.go | ||
autoconf_test.go | ||
mtasts.go | ||
mtasts_test.go | ||
web.go | ||
web_test.go | ||
webserver.go | ||
webserver_test.go |