Skip to content

Instantly share code, notes, and snippets.

@ka010
Created January 7, 2011 00:59
Show Gist options
  • Save ka010/768931 to your computer and use it in GitHub Desktop.
Save ka010/768931 to your computer and use it in GitHub Desktop.
a minimal tinyproxy.conf
http://app.boxee.tv/chkupd/*
##
## 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