Skip to content

Instantly share code, notes, and snippets.

@Kambaa
Last active March 23, 2024 04:07
Show Gist options
  • Save Kambaa/90e9da03bfc3606131043f380938dac1 to your computer and use it in GitHub Desktop.
Save Kambaa/90e9da03bfc3606131043f380938dac1 to your computer and use it in GitHub Desktop.
TinyProxy - Basic proxy for small needs
[Desktop Entry]
Name=Launch TP
Exec=/home/user/tinyproxy/tinyproxy -d -c /home/user/tinyproxy/tinyproxy.conf
Comment=Launch TinyProxy
Terminal=true
PrefersNonDefaultGPU=false
Icon=csd-screensaver-proxy
Type=Application
Port 1808
Listen 192.168.2.233
User nobody
Group nogroup
Timeout 300
LogLevel Info
Allow 192.168.2.113
BasicAuth user pass
# install apt-get install tinyproxy
# or download from its releases and do as the readme.md says
# run via this command :
# tinyproxy -d -c tinyproxy.conf
# https://tinyproxy.github.io/
# https://github.com/tinyproxy/tinyproxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment