I added routes like this:
Then from a host that is not in 10.0.0.0/8 I try a curl like this:
curl -v -k --resolve from.intern.net:443:$OUTEXTERNALIP https://from.intern.net
And fabio is happy to serve the request instead of denying it. Is this not compatible using tcp+sni? I thought that
https://github.com/fabiolb/fabio/blob/master/proxy/tcp/sni_proxy.go#L102
handled that?
I added routes like this:
Then from a host that is not in 10.0.0.0/8 I try a curl like this:
curl -v -k --resolve from.intern.net:443:$OUTEXTERNALIP https://from.intern.net
And fabio is happy to serve the request instead of denying it. Is this not compatible using tcp+sni? I thought that
https://github.com/fabiolb/fabio/blob/master/proxy/tcp/sni_proxy.go#L102
handled that?