grzech0
grzech0
If I use FQDN instead IP in http upstream address, when starting moproxy, I get error: run with FQDN: $ moproxy --port 2080 --remote-dns --http squid.org:3128 error: invalid value 'squid.org:3128'...
root@dev4-20-tunapi:/usr/local/bin# ./sniproxy --dns-redirect-ipv4-to=127.0.0.1 --tls-port=3133 --http-port=3134 --forward-proxy=http://192.168.118.21:3128 2023/10/10 11:04:19 [info] cmd: run sniproxy with the following configuration: { "DNSListenAddress": "0.0.0.0", "DNSPort": 53, "DNSUpstream": "8.8.8.8", "DNSRedirectIPV4To": "127.0.0.1", "DNSRedirectIPV6To": "", "DNSRedirectRules": [ "*"...
any chance to implement http proxy (like squid) upstream?