Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit ad6b557

Browse files
committed
chore: listen and allow all
1 parent b33d167 commit ad6b557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rootfs/etc/default/tinyproxy.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Port 8888
2-
Listen 127.0.0.1
2+
Listen 0.0.0.0
33
Timeout 600
4-
Allow 0.0.0.0
4+
Allow 0.0.0.0/0
55

66
#Upstream socks5 socks:7890

0 commit comments

Comments
 (0)