sniproxy icon indicating copy to clipboard operation
sniproxy copied to clipboard

SNI proxy with embedded DNS server that supports blocking and forwarding rules.

Results 6 sniproxy issues
Sort by recently updated
recently updated
newest added

root@dev4-20-tunapi:/usr/local/bin# ./sniproxy --dns-redirect-ipv4-to=127.0.0.1 --tls-port=3133 --http-port=3134 --forward-proxy=http://192.168.118.21:3128 2023/10/10 11:04:19 [info] cmd: run sniproxy with the following configuration: { "DNSListenAddress": "0.0.0.0", "DNSPort": 53, "DNSUpstream": "8.8.8.8", "DNSRedirectIPV4To": "127.0.0.1", "DNSRedirectIPV6To": "", "DNSRedirectRules": [ "*"...

enhancement

I just saw this project, was looking for something like this. I use a socks proxy on my phone (made using [proxidize-android](https://github.com/proxidize/proxidize-android) Was wondering if I use sniproxy and forward...

question

https://github.com/ameshkov/sniproxy/blob/master/internal/dnsproxy/dnsproxy.go#L85 apparently, resolve is not happening for non-A and -AAAA requests. Please fix ASAP!!!

Consider adding an option to emulate packet loss.

enhancement

Add a feature to read config from .ini file

I have set up PVE with OPNsense and other virtual machines. sniproxy with other software runs inside LXC inside PVE. This all setup works fine for browser, for the same...