jhtwu / vigor2130

Automatically exported from code.google.com/p/vigor2130
0 stars 0 forks source link

No Issue but question #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have no issue with the new beta firmware, but will there be an option in the 
future for a proxy server?

Original issue reported on code.google.com by ele.b...@gmail.com on 28 Jul 2011 at 8:09

GoogleCodeExporter commented 9 years ago
Does tinyproxy meet your requirement ?
https://banu.com/tinyproxy/
Openwrt have this package

Original comment by jht...@gmail.com on 28 Jul 2011 at 1:14

GoogleCodeExporter commented 9 years ago
great thanks.

Original comment by ele.b...@gmail.com on 29 Jul 2011 at 8:43

GoogleCodeExporter commented 9 years ago
Is there anyone want to build and test the package for 2130 ?
We can help how to do this from the GPL source.

Original comment by jht...@gmail.com on 2 Aug 2011 at 1:11

GoogleCodeExporter commented 9 years ago
can you do that. how must i install that package than?

Original comment by ele.b...@gmail.com on 2 Aug 2011 at 7:08

GoogleCodeExporter commented 9 years ago
We have submitted tinyproxy, please do the following steps to download, install 
and start tinyproxy:
(1).Run the following scripts to download and install tinyproxy 
(tinyproxy_get.sh): 
#!/bin/sh
. /sbin/vigorcode.sh
opkg -dest root install "$PKG_SERVER"tinyproxy_1.8.2-4_arm.ipk

(2).Start tinyproxy:
"/etc/init.d/tinyproxy start" 

(3).Configure your browser to use this proxy 

Original comment by ongot...@gmail.com on 25 Aug 2011 at 10:41

Attachments:

GoogleCodeExporter commented 9 years ago
current configurations are:
option enable 1
option Port 8888
list Allow 192.168.1.0/24 (if router IP is 192.168.1.1)

If you want to use this proxy, your browser must set "HTTP proxy" as 
"192.168.1.1" (router's IP) and "Port" as "8888", and you can also modify the 
"list Allow 192.168.1.0/24" based on your subnetwork

Original comment by ongot...@gmail.com on 25 Aug 2011 at 10:58

GoogleCodeExporter commented 9 years ago
How to block HTTP/HTTPS URL using Tinyproxy:
(1).Create a filter file: "/etc/tinyproxy/filter", and list the URLs that you 
want to filter. Add the each URL in separate line, for example:
www.youtube.com
www.bankofamerica.com
(2).Modify the tinyproxy's configuration ("/etc/config/tinyproxy"):
- uncomment option Filter "/etc/tinyproxy/filter" 
- uncomment option FilterURLs On
- uncomment option FilterExtended On
(3).Try to open http://www.youtube.com and https://www.bankofamerica.com with 
your browser, and these two URLs should be blocked.

Original comment by ongot...@gmail.com on 25 Aug 2011 at 11:09