We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c3ecf commit 6fc9439Copy full SHA for 6fc9439
1 file changed
tinyproxy.conf
@@ -17,8 +17,8 @@ Allow 0.0.0.0/0
17
18
# User/Group: Set the user and group that tinyproxy will run as after
19
# binding to the port. Running as non-root is a good security practice.
20
-User nobody
21
-Group nobody
+User root
+Group root
22
23
# Timeout: The maximum number of seconds of inactivity a connection is
24
# allowed to have before it is closed by tinyproxy.
0 commit comments