Created
December 3, 2021 20:21
-
-
Save firvida/2e18208844c068c3c7a17f15836e1d01 to your computer and use it in GitHub Desktop.
Polipo service that acts like if it was a file server
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
[Unit] | |
Description=Polipo | |
After=network.target | |
StartLimitIntervalSec=0 | |
[Service] | |
Type=simple | |
Restart=always | |
RestartSec=1 | |
User=root | |
ExecStart=/usr/local/bin/polipo proxyPort=80 proxyAddress=0.0.0.0 socksParentProxy=ip:1080 allowedClients=my-subnet displayName=nginx | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment