Sorry for stackblitz, it gets through a wrong cut and paste.
Going back to HTTP host check on 172.67.190.113 you suggest, I think it works in full because it responds with a 302 to the github githubbox project page:
[2.4.5-RELEASE][[email protected]<omissis>]/root: curl -svo /dev/null https://githubbox.com --connect-to ::172.67.190.113
* Connecting to hostname: 172.67.190.113
* Trying 172.67.190.113:443...
* TCP_NODELAY set
* Connected to 172.67.190.113 (172.67.190.113) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: /usr/local/share/certs/ca-root-nss.crt
CApath: none
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
} [5 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.2 (IN), TLS handshake, Server hello (2):
{ [100 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2331 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [148 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [70 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-ECDSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=California; L=San Francisco; O=Cloudflare, Inc.; CN=sni.cloudflaressl.com
* start date: Jul 7 00:00:00 2021 GMT
* expire date: Jul 6 23:59:59 2022 GMT
* subjectAltName: host "githubbox.com" matched cert's "githubbox.com"
* issuer: C=US; O=Cloudflare, Inc.; CN=Cloudflare Inc ECC CA-3
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
} [5 bytes data]
* Using Stream ID: 1 (easy handle 0x803aa5800)
} [5 bytes data]
> GET / HTTP/2
> Host: githubbox.com
> user-agent: curl/7.67.0
> accept: */*
>
{ [5 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
} [5 bytes data]
< HTTP/2 302
< date: Thu, 03 Feb 2022 19:33:55 GMT
< content-length: 0
< location: https://github.com/dferber90/githubbox
< expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=0qfuhB%2FWUPkcyPsX3UW3lBlwrauFea2W4MpeysADEmWvMV9W4m9RXZczKsu2%2Be30ieqbMZMhV%2BdcNm%2B4OvlLMJGXExikyN9T2ppXsmHdxXnWOrPZYIVkNGcpNqWjXSuo"}],"group":"cf-nel","max_age":604800}
< nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
< server: cloudflare
< cf-ray: 6d7e17fc58e66841-SEA
< alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400
<
{ [0 bytes data]
* Connection #0 to host 172.67.190.113 left intact
And I confirm the DNS resolution in the 188 octect here in Italy:
[2.4.5-RELEASE][[email protected]<omissis>]/root: dig githubbox.com +short @1.0.0.1
188.114.96.15
188.114.97.15
[2.4.5-RELEASE][[email protected]<omissis>]/root: dig download.wavebox.app +short @1.0.0.1
188.114.96.15
188.114.97.15