moproxy icon indicating copy to clipboard operation
moproxy copied to clipboard

Delay calculation

Open MattF42 opened this issue 1 year ago • 2 comments

Hi,

I'm struggling to get the delay calculation to work reliably.
Most of the time it doesn't have a value for any of the downstream proxies but occasionally it pops up for some of them.

In proxy.ini I have proxies defined like this (IP addresses obscured):

[89.XX.YY.49] address=89.XX.YY.49:5360 protocol=http http username = ******** http password = ********* max wait=3 test dns=1.1.1.1:53

Is there anything else I need to do to get delay scores generate?

I'm using simple_score.lua with it's debug on which confirms that delay is nil, as shown in the webstats.

/usr/local/bin/moproxy -b 10.168.1.1 -p 2080 --list /etc/moproxy/proxy.ini --stats-bind 0.0.0.0:8080

What am I missing?

Thx

MattF42 avatar Mar 01 '24 07:03 MattF42

Hi,

Dose the HTTP proxy server allow you make CONNECT request to TCP port 53? To my knowledge Squid block such request by default.

sorz avatar Mar 02 '24 15:03 sorz

Hi,

Dose the HTTP proxy server allow you make CONNECT request to TCP port 53? To my knowledge Squid block such request by default.

Ah that makes sense. Some of them do, some of them don't :(.

Is it possible to test against an arbitary http(s) site rather than DOT?

MattF42 avatar Mar 02 '24 19:03 MattF42