Created
January 7, 2011 00:59
-
-
Save ka010/768931 to your computer and use it in GitHub Desktop.
a minimal tinyproxy.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://app.boxee.tv/chkupd/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
## tinyproxy.conf -- tinyproxy daemon configuration file | |
## | |
User nobody | |
Group nogroup | |
Port 8888 | |
Timeout 600 | |
Syslog On | |
LogLevel Error | |
MaxClients 16 | |
MaxRequestsPerChild 0 | |
StartServers 8 | |
Allow 127.0.0.1 | |
Allow <your boxee box> | |
# | |
# Filtering | |
# | |
Filter "/etc/tinyproxy/filter" | |
FilterURLs On | |
FilterExtended On | |
FilterCaseSensitive Off | |
# The following two ports are used by SSL. | |
# | |
ConnectPort 443 | |
ConnectPort 563 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment