Files
rproxy/rproxy.conf
tom.chivert 9feade2d0c
docker / docker (push) Successful in 3m39s
build / build (push) Successful in 54s
add hosts file, dns and socks5
2025-11-05 14:07:18 +01:00

31 lines
584 B
Plaintext

# addr 0.0.0.0
# addr ::
http_port 3128
socks_port 1080
log_level 1
# Protocol selection: http, socks, or both (default: http)
# proto http # HTTP proxy only
# proto socks # SOCKS5 proxy only
# proto http socks # Both HTTP and SOCKS5
# net_out <default_outgoing_ip>
# Custom DNS servers (optional)
# dns_servers 1.1.1.1 9.9.9.9
# dns_servers 8.8.8.8:53 1.1.1.1:53
# Use system hosts file for DNS resolution (optional)
# system_hosts true
# acl vpn example.com
# acl vpn iplookup.fr
# net_out 10.2.0.2 vpn
# acl deny badwebsite.com
# req_deny deny
req_allow all