Spaces:
Running
Running
File size: 353 Bytes
c47ec10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | listen-address 0.0.0.0:8118
toggle 1
enable-remote-toggle 0
enable-remote-http-toggle 0
enable-edit-actions 0
enforce-blocks 0
buffer-limit 4096
keep-alive-timeout 300
socket-timeout 300
# Forward every HTTP/HTTPS request through the WARP SOCKS5 proxy.
# The trailing dot is required by Privoxy syntax.
forward-socks5t / warp-proxy:1080 .
|