Code Monkey home page Code Monkey logo

Comments (10)

abdoxfox avatar abdoxfox commented on June 11, 2024

are you using latest update?

from http-custom-headers-vpn.

matheeshapathirana avatar matheeshapathirana commented on June 11, 2024

yes

from http-custom-headers-vpn.

abdoxfox avatar abdoxfox commented on June 11, 2024

did you edited proxification file or anything?

show me proxification file

from http-custom-headers-vpn.

matheeshapathirana avatar matheeshapathirana commented on June 11, 2024

oh I edited the proxification file

iptables -t nat -N PROXY
iptables -t nat -I OUTPUT -j PROXY

# exclude local traffic, see: http://manpages.org/ss-redir
iptables -t nat -A PROXY -d 127.0.0.0/8 -j RETURN
iptables -t nat -A PROXY -d 192.168.0.0/16 -j RETURN
iptables -t nat -A PROXY -d 0.0.0.0/8 -j RETURN
iptables -t nat -A PROXY -d 10.0.0.0/8 -j RETURN
iptables -t nat -A PROXY -d 169.254.0.0/16 -j RETURN
iptables -t nat -A PROXY -d 172.16.0.0/12 -j RETURN
iptables -t nat -A PROXY -d 224.0.0.0/4 -j RETURN
iptables -t nat -A PROXY  -d 240.0.0.0/4 -j RETURN

#start downloading some traffic to fix the glitch
curl -x "socks5://127.0.0.1:1080" -O -k http://speedtest.tele2.net/10MB.zip &
sleep 0.5

# socksify whole TCP traffic
iptables -t nat -A PROXY -p tcp -j REDIRECT --to-ports 8123
iptables -t nat -A PROXY -p tcp -j REDIRECT --to-ports 8124

# socksify only DNS UDP traffic
iptables -t nat -A PROXY -p udp --dport 53 -j REDIRECT --to-ports 7300
iptables -t nat -A PROXY -p udp --dport 53 -j REDIRECT --to-ports 8125

trap "iptables -t nat -D OUTPUT -j PROXY; iptables -t nat -F PROXY; iptables -t nat -X PROXY" EXIT

# run socksifier
redsocks -c redsocks.conf

well I restored it back, now I'm getting a new error

./proxification: 30: redsocksv: not found

from http-custom-headers-vpn.

abdoxfox avatar abdoxfox commented on June 11, 2024

its compiled successfully,

from http-custom-headers-vpn.

abdoxfox avatar abdoxfox commented on June 11, 2024

You should restore or update whole repo .
Remove it then reinstall it

from http-custom-headers-vpn.

matheeshapathirana avatar matheeshapathirana commented on June 11, 2024

I reinstalled it but still getting that error,

Authenticate to password
CONNECTED SUCCESSFULLY 
---Tunneling  starts-----
./proxification: 30: redsocksv: not found
[+] KILLING PROCESS....
[+] DONE

btw Im running this on WSL, is it ok?

from http-custom-headers-vpn.

matheeshapathirana avatar matheeshapathirana commented on June 11, 2024

@abdoxfox ??

from http-custom-headers-vpn.

lf-0766 avatar lf-0766 commented on June 11, 2024

@matheeshapathirana I think you should to change the redscoksv to redscoks

from http-custom-headers-vpn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.