Hello again! Many of you probably hate as I do CORS because it hinders the very nature of internet, which is SHARING. There are some services to circumvent this commercial restriction, one of these is the famous "cors anywhere". So yesterday I decided to make my own and allow you to make your own in only 2 minutes. To do so you just need a cloudflare account (can be set up in 1 minute). The you can upload my worker on it and have your personal very fast cors proxy! So, enough talk, just head to: https://github.com/Zibri/cloudflare-cors-anywhere The is also a demo online at: https://test.cors.workers.dev Enjoy! Zibri
Hi Zibri, I've been intrigue ever since I saw this, but I dont have ADSL, just cable, its there a way to do this on cable?
ReplyDeletethanks for the hard work!!!
cristv77
I believe there used to be a way to force old style (motorola surfboard) cable modems to give higher speeds by running your own tftp server on the same IP as the providers tftp server, then pinging from your tftp server - the modem then assumed this was the "correct" tftp server and downloaded configuration info from your server instead of the providers. I don't whether the more modern cable modems use the same configuration method.
ReplyDeleteHi Zibri, well that is a unix command line, how can i use that line on windows?
ReplyDeleteThank you.
(Ciao Zibri, ho un moden broadcom, e volevo provare a usare la tua command line per l'SNR, come posso usarla su Windows 7? Grazie )
Same question as Frederico... any way to do it on Windows?
ReplyDeleteIt's the router that's basically running a linux system... you run commands from a telnet client (Putty in Windows). You'll need of course to open/hack the telnet port.
ReplyDeleteAnyway this suggestion let me get a full 8000 Mbs from 6500 Mbs at best! Option "mod" set to "d" G.DMT was useful too.
Thanks Zibri!!!
hmm the modulation should not change anything since it's the dslam that set it.
ReplyDeleteg.dmt is the ADSL standard (till 8mb/s)
if you want to see the real speed between your router and the dslam you can do:
adslctl bert --start 16
then after 16 seconds:
adslctl --show
then you get the hex number of bits tested and divide by 16
that's the real speed you have.
Everything else slowing you is you pc comfiguration and your provider greed :)
Don't know why, but it seems that if I let it sync with Adsl2 modulation, the speed will be lower. It might have been just bad luck with my test; "snr" is the setting that changed the game.
ReplyDelete