We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem
One wants to block any requests from Athens proxy to given hostname (say myhost.mydomain) using download mode file as described on
myhost.mydomain
https://gomods.io/configuration/download/
With download mode files
downloadURL = "https://proxy.golang.org" mode = "sync" download "myhost.mydomain" { mode = "none" }
Athens blocks (as expected with none) requests for given module version i.e.
none
http-path=/myhost.mydomain/foo/foo1/@v/v1.0.2.zip
but searching for latest version with
http-path=/myhost.mydomain/foo/@v/list
is not blocked using download mode file like above and Athens tries to dial https://myhost.mydomain/?go-get=1
https://myhost.mydomain/?go-get=1
Shouldn't Athens block such requests without dialing when pattern with none matches hostname?
Athens Version
0.11.0
The text was updated successfully, but these errors were encountered:
I see similar behavior on the /@latest endpoint too
/@latest
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Problem
One wants to block any requests from Athens proxy to given hostname (say
myhost.mydomain
) using download mode file as described onhttps://gomods.io/configuration/download/
With download mode files
Athens blocks (as expected with
none
) requests for given module version i.e.but searching for latest version with
is not blocked using download mode file like above and Athens tries to dial
https://myhost.mydomain/?go-get=1
Shouldn't Athens block such requests without dialing when pattern with
none
matches hostname?Athens Version
0.11.0
The text was updated successfully, but these errors were encountered: