User forums > General (but related to Code::Blocks)

codeblocks.org doesn't work in Russia anymore

(1/1)

Михаил Агарков:
The website codeblocks.org doesn't open in Russia anymore likely because of the stupid Russian authority Roskomnadzor deciding to block Cloudflare traffic. I'm using Tor Browser to write this.

Here's what verbose curl says:

--- Code: ---curl -v codeblocks.org
* Host codeblocks.org:80 was resolved.
* IPv6: (none)
* IPv4: 78.46.184.98
*   Trying 78.46.184.98:80...
* Connected to codeblocks.org (78.46.184.98) port 80
> GET / HTTP/1.1
> Host: codeblocks.org
> User-Agent: curl/8.9.1
> Accept: */*
>
* Request completely sent off
^C
--- End code ---

--- Code: ---curl -v https://codeblocks.org/
* Host codeblocks.org:443 was resolved.
* IPv6: (none)
* IPv4: 78.46.184.98
*   Trying 78.46.184.98:443...
* Connected to codeblocks.org (78.46.184.98) port 443
* schannel: disabled automatic use of client certificate
* ALPN: curl offers http/1.1
^C
--- End code ---

Can anything be done about this? Thanks in advance.

Navigation

[0] Message Index

Go to full version