mirror of
https://github.com/flibusta-apps/docker-tor-privoxy-alpine.git
synced 2025-12-06 14:45:37 +01:00
Everythings working
This commit is contained in:
2
runit/privoxy/config
Normal file
2
runit/privoxy/config
Normal file
@@ -0,0 +1,2 @@
|
||||
listen-address 0.0.0.0:8118
|
||||
forward-socks5 / localhost:9050 .
|
||||
2
runit/privoxy/run
Executable file
2
runit/privoxy/run
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
privoxy --no-daemon
|
||||
2
runit/tor/run
Executable file
2
runit/tor/run
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
tor
|
||||
Reference in New Issue
Block a user