Replies: 1 comment 1 reply
-
GitHub is using a CDN, and uses many IP addresses for load balancing. Depending on what server you hit, you may get different responses. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I set server_names in the config file to cloudflare's dns server.
Then when I tried to query the dns entry of github.com, i get:
But the entry from 1.1.1.1 is different:
besides, I also tried to use cloudflared to set up a local doh server using the command
cloudflared proxy-dns --address 0.0.0.0 --port 5533
:I wonder why this would happen.
Some other infomation:
cache is disabled. Dns-crypt proxy listens port 5533.
Here's the full config:
dnscrypt-proxy-config.zip
Beta Was this translation helpful? Give feedback.
All reactions