gSpotx2f / ruantiblock_openwrt

Обход блокировок в OpenWrt с помощью Tor или VPN
GNU General Public License v3.0
204 stars 19 forks source link

onion #1

Closed 21f1nger closed 3 years ago

21f1nger commented 3 years ago

Is it possible to make a transition to onion resources

gSpotx2f commented 3 years ago

Implemented a long time ago (ipset -> onion), but does not work correctly with the default dnsmasq settings :) This should help:

uci set dhcp.@dnsmasq[0].rebind_localhost='1'
uci set dhcp.@dnsmasq[0].rebind_domain='.onion'
uci commit
/etc/init.d/dnsmasq restart