Git.openwrt.org closed to Russians?

I was mistaken, it is 46.101.128.0/17

They replied that they didn't block the specific IP. Probably they don't know how the mask works.

2 Likes

It has been noticed back in September 2018:
http://lists.infradead.org/pipermail/openwrt-adm/2018-September/000887.html
Russia seems to be blocking DigitalOcean servers (it's what OpenWrt uses).

1 Like

To solve the problem, take these steps:

  1. Find any socks5 proxy with a small ping (for example, here https://hidemy.name/ru/proxy-list/)

  2. Create a file ~/.gitconfig that contains this:

[http]
proxy = socks5://PROXY_IP:PROXY_PORT

[https]
proxy = socks5://PROXY_IP:PROXY_PORT

Good news, tg is unblocked and git should work now: