Results 39 comments of ezbik

>Without using -i option, I get error "bad value for --queue-num or out of range (0-65535)" @janisblaus look at the code, it implies your main network card is `eth0` and...

@moonbaseDelta Your fork is awesome! it seems @segofensiva abandoned his development, so can you open Issues on your repo? I have some ideas: - allow user to specify NFQUEUE number...

https://blog.tanatos.org/posts/osfooler-ng/ installation steps on centos 7,8 and Ubuntu 18.04.

It works perfectly even on a non-rooted android in Termux. Absolutely no issues. I used `chisel_arm64` binary on Xiaomi A2lite. EDIT: For me it was enough get its embedded socks...

>The authn i was referring to was the authn between the client that's using the reverse tunnel (e.g., curl), and the socks5 proxy. Then use Gost instead, with `mwss://` (...

I just started a DNS server in termux: `su -c ./bin/gost -L dns://:53?dns=8.8.8.8,1.1.1.1:53/tcp` so another Gost instance now can resolve names via `localhost:53`.

https://github.com/ezbik/scripts/tree/master/watson Updated my wrapper. It now includes `customer` field.

Check the docs, look up for 'fakeresolve', it resolves hostnames to a fake address 127.0.0.2 , it's useful in order to pass the requests to a parent proxy and prevent...

https://github.com/3proxy/3proxy/issues/819#issuecomment-1253009097 @IN80

@IN80 do you understand what is comma separated list? It is `a,b` not `a, b`.