Jump to content

rajdis

Members
  • Posts

    92
  • Joined

  • Last visited

Posts posted by rajdis

  1. The "Free Available Domains" seems to be dead.

     

    About eu.org, anyone knows if it still work?

    I mean, it is online and its registration page is there and all, but I made a registry request and got no answer at all (whether approving or refusing it).

    Yes. It is still working. But if you setup 2FA for your account, you should be careful. If you ever loss access to your code generator there is no way you gain your access back to your eu.org account.

  2. Hi there,

     

    I don't know if this is the right place to say this. Some months ago while I was reading some articles on net neutrality, I planned to build a website on the working procedure of the internet. Like describing how the DNS queries work, the importance of net neutrality, how the ISPs misuse the DNS to restrict the users from visiting different websites and other topics like that.

     

    I also got a domain name registered from eu.org. It is www.anopeninternet.eu.org, hosted on GitHub. But after some time I realised that being a graduate student it is too hard for me to handle this. 

     

    So if anyone is interested in these things then please comment so that I can add you as a contributor.

     

    PS. As GitHub has a limit of 1 GB I will make the blog on Blogger.

     

    Thank You. :)

  3. I cannot say why these types of things happen. I faced this type of issue about a year ago, to be more specific, suddenly increase in ping time and when the torrent gains some good speed  the router stops giving the PC any internet connection (only local network became accessible).

     

    My router is TP-Link TL-WR720N . The above mentioned issues got fixed after firmware upgrade.

  4. This may work:

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
    RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
    RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    
×
×
  • Create New...