suuhm / unblock-proxy.sh

All-in-one script /w admin-webinterface to offer your own SmartDNS or SmartGateway -proxy. For your entire network! The swiss army knife in geoblocking/censorship.
https://proxycheck.coldwareveryday.com
GNU General Public License v2.0
55 stars 16 forks source link

Network_error: No Proxycheckgateway found #1

Open dp2010 opened 3 years ago

dp2010 commented 3 years ago

Tried to set it up in ubuntu and in debian but always get the error Network_error: No Proxycheckgateway found

started with: sudo unblock-proxy.sh dns --redsocks -d

suuhm commented 3 years ago

Have you set up a valid DNS in /etc/resolv.conf and can you also ping domains like github.com ? You also have to check the correct gateway to web with ip route show

jddipqd commented 2 years ago

Not all ubuntu / debian installations have curl installed by default. You'll also get the above error if curl is not installed. Install it using apt install curl and it should work.

Curl should probably be added to Minimal requirements section of the README.