Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay calculation #24

Open
MattF42 opened this issue Mar 1, 2024 · 2 comments
Open

Delay calculation #24

MattF42 opened this issue Mar 1, 2024 · 2 comments

Comments

@MattF42
Copy link

MattF42 commented Mar 1, 2024

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

@sorz
Copy link
Owner

sorz commented Mar 2, 2024

Hi,

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

@MattF42
Copy link
Author

MattF42 commented Mar 2, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants