Guys you all must be familiar with utilities like GoodbyeDPI and Greentunnel, there is a similar utility called Zapret that can be installed on an openwrt router or any linux based system to circumvent DPI. I have a nanopi neo2 running Debian Buster with a single gigabit ethernet port, I use it to run PiHole. I was wondering if I can install Zapret on it and use it as a proxy server to bypass site restrictions. The issue that I'm facing is how to configure routing with a single interface.
Zapret's documentation mentions :
"If your system works as a router, then you need to enter the names of the internal and external interfaces:
IFACE_LAN = eth0
IFACE_WAN = eth1
IMPORTANT: configuring routing, masquerade, etc. not a zapret task.
Only modes that intercept transit traffic are enabled."
The above settings are not relevant for openwrt.
github.com
any help is appreciated.
Zapret's documentation mentions :
"If your system works as a router, then you need to enter the names of the internal and external interfaces:
IFACE_LAN = eth0
IFACE_WAN = eth1
IMPORTANT: configuring routing, masquerade, etc. not a zapret task.
Only modes that intercept transit traffic are enabled."
The above settings are not relevant for openwrt.
zapret/readme.eng.txt at master · bol-van/zapret
Обход DPI в linux. Contribute to bol-van/zapret development by creating an account on GitHub.
any help is appreciated.