I was pushing codes to github from a repo via a proxy (socks5)
proxychains git push -uv origin master
Warning: the RSA host key for 'github.com' differs from the key for the IP address '224.0.0.1'
Offending key for IP in /home/name/.ssh/known_hosts:38
Matching host key in /home/name/.ssh/known_hosts:21
Are you sure you want to continue connecting (yes/no)?
For the security consideration, I chose "no".
The actual real IP of "github.com" from https://www.iplocation.net/ is: 192.30.253.112
Does this mean that the proxy server did not get a correct IP of github.com
. For instead, it got 224.0.0.1.
Was the server be compromised or something wrong with my local settings?