├── LICENSE ├── README.md ├── config files ├── etc │ ├── config │ │ ├── dhcp │ │ ├── firewall │ │ ├── fstab │ │ ├── network │ │ └── wireless │ ├── firewall.user │ ├── rc.local │ └── tor │ │ └── torrc └── mnt │ └── usb │ └── tor │ └── geoip │ ├── geoip │ └── geoip6 ├── doc └── img │ ├── circuithard.png │ ├── down275.png │ ├── down450.png │ ├── down600.png │ ├── idle.png │ ├── starting.png │ ├── torimp.png │ ├── tornet.png │ ├── torsecurity.png │ └── wificlienttest.png └── speedtest └── Test.ods /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/README.md -------------------------------------------------------------------------------- /config files/etc/config/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/config files/etc/config/dhcp -------------------------------------------------------------------------------- /config files/etc/config/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/config files/etc/config/firewall -------------------------------------------------------------------------------- /config files/etc/config/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/config files/etc/config/fstab -------------------------------------------------------------------------------- /config files/etc/config/network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/config files/etc/config/network -------------------------------------------------------------------------------- /config files/etc/config/wireless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/config files/etc/config/wireless -------------------------------------------------------------------------------- /config files/etc/firewall.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/config files/etc/firewall.user -------------------------------------------------------------------------------- /config files/etc/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/config files/etc/rc.local -------------------------------------------------------------------------------- /config files/etc/tor/torrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/config files/etc/tor/torrc -------------------------------------------------------------------------------- /config files/mnt/usb/tor/geoip/geoip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/config files/mnt/usb/tor/geoip/geoip -------------------------------------------------------------------------------- /config files/mnt/usb/tor/geoip/geoip6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/config files/mnt/usb/tor/geoip/geoip6 -------------------------------------------------------------------------------- /doc/img/circuithard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/doc/img/circuithard.png -------------------------------------------------------------------------------- /doc/img/down275.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/doc/img/down275.png -------------------------------------------------------------------------------- /doc/img/down450.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/doc/img/down450.png -------------------------------------------------------------------------------- /doc/img/down600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/doc/img/down600.png -------------------------------------------------------------------------------- /doc/img/idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/doc/img/idle.png -------------------------------------------------------------------------------- /doc/img/starting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/doc/img/starting.png -------------------------------------------------------------------------------- /doc/img/torimp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/doc/img/torimp.png -------------------------------------------------------------------------------- /doc/img/tornet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/doc/img/tornet.png -------------------------------------------------------------------------------- /doc/img/torsecurity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/doc/img/torsecurity.png -------------------------------------------------------------------------------- /doc/img/wificlienttest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/doc/img/wificlienttest.png -------------------------------------------------------------------------------- /speedtest/Test.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBuker/tor-openwrt/HEAD/speedtest/Test.ods --------------------------------------------------------------------------------