Skip to content

Commit 6fc9439

Browse files
committed
fix tinyproxy running permission
1 parent 95c3ecf commit 6fc9439

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tinyproxy.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Allow 0.0.0.0/0
1717

1818
# User/Group: Set the user and group that tinyproxy will run as after
1919
# binding to the port. Running as non-root is a good security practice.
20-
User nobody
21-
Group nobody
20+
User root
21+
Group root
2222

2323
# Timeout: The maximum number of seconds of inactivity a connection is
2424
# allowed to have before it is closed by tinyproxy.

0 commit comments

Comments
 (0)