Skip to content

Commit

Permalink
tinyproxy: change the Bind type to list
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr P <[email protected]>
  • Loading branch information
sasha0552 authored Sep 19, 2024
1 parent 8950648 commit 79f5867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions net/tinyproxy/files/tinyproxy.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ option Port 8888

#
# The Bind directive allows you to bind the outgoing connections to a
# particular IP address.
# particular IP addresses.
#
#option Bind 192.168.0.1
#list Bind 192.168.0.1

#
# Timeout: The number of seconds of inactivity a connection is allowed to
Expand Down
2 changes: 1 addition & 1 deletion net/tinyproxy/files/tinyproxy.init
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ start_proxy() {
proxy_atom "$1" Group
proxy_atom "$1" Port 8888
proxy_atom "$1" Listen
proxy_atom "$1" Bind
proxy_list "$1" Bind
proxy_atom "$1" Timeout

proxy_string "$1" ErrorFile_400 "ErrorFile 400"
Expand Down

0 comments on commit 79f5867

Please sign in to comment.