Last active
March 23, 2024 04:07
-
-
Save Kambaa/90e9da03bfc3606131043f380938dac1 to your computer and use it in GitHub Desktop.
TinyProxy - Basic proxy for small needs
This file contains 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
[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 |
This file contains 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
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