Re: feature request: warn when domain name resolves to several addresses

2019-11-21 Thread Roger Pack
On Wed, Nov 20, 2019 at 12:28 PM Maxim Dounin wrote: > > Hello! > > On Tue, Nov 19, 2019 at 07:26:35PM -0700, Roger Pack wrote: > > > On Tue, Nov 19, 2019 at 12:01 PM Maxim Dounin wrote: > > > > > On Tue, Nov 19, 2019 at 10:47:01AM -0700, Roger Pack wrote: > > > > > > > I noticed that in ngx_http

Re: feature request: warn when domain name resolves to several addresses

2019-11-20 Thread Maxim Dounin
Hello! On Tue, Nov 19, 2019 at 07:26:35PM -0700, Roger Pack wrote: > On Tue, Nov 19, 2019 at 12:01 PM Maxim Dounin wrote: > > > On Tue, Nov 19, 2019 at 10:47:01AM -0700, Roger Pack wrote: > > > > > I noticed that in ngx_http_proxy_module > > > > > > proxy_pass http://localhost:8000/uri/; > > >

Re: feature request: warn when domain name resolves to several addresses

2019-11-19 Thread Roger Pack
On Tue, Nov 19, 2019 at 12:01 PM Maxim Dounin wrote: > > Hello! Hi back again :) > On Tue, Nov 19, 2019 at 10:47:01AM -0700, Roger Pack wrote: > > > I noticed that in ngx_http_proxy_module > > > > proxy_pass http://localhost:8000/uri/; > > "If a domain name resolves to several addresses, all of

Re: feature request: warn when domain name resolves to several addresses

2019-11-19 Thread Maxim Dounin
Hello! On Tue, Nov 19, 2019 at 10:47:01AM -0700, Roger Pack wrote: > I noticed that in ngx_http_proxy_module > > proxy_pass http://localhost:8000/uri/; > "If a domain name resolves to several addresses, all of them will be > used in a round-robin fashion. In addition, an address can be > specifi

feature request: warn when domain name resolves to several addresses

2019-11-19 Thread Roger Pack
I noticed that in ngx_http_proxy_module proxy_pass http://localhost:8000/uri/; "If a domain name resolves to several addresses, all of them will be used in a round-robin fashion. In addition, an address can be specified as a server group." However this can be confusing for end users who innocentl