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

refactor(enginenetx): make dns-policy API private #1309

Merged
merged 2 commits into from
Sep 26, 2023
Merged

Conversation

bassosimone
Copy link
Contributor

@bassosimone bassosimone commented Sep 26, 2023

The dns-policy API is the API where we use the DNS to generate tactics for dialing. Now we have made it private.

Also, we have renamed files. Most of this package is related to HTTPS dialing anyway, so we don't need to be that obsessive and add the HTTPSDialer / httpsdialer prefix everywhere.

While there, also hide and move the "null" stats tracker, which is clearly a private implementation detail.

Part of ooni/probe#2531

The dns-policy API is the API where we use the DNS to generate
tactics for dialing. Now we have made it private.

Also, we have renamed files. Most of this package is related to HTTPS
dialing anyway, so we don't need to be that obsessive and add the
HTTPSDialer prefix everywhere.

Part of ooni/probe#2531
@bassosimone bassosimone merged commit 4384343 into master Sep 26, 2023
@bassosimone bassosimone deleted the issue/2531 branch September 26, 2023 14:31
Murphy-OrangeMud pushed a commit to Murphy-OrangeMud/probe-cli that referenced this pull request Feb 13, 2024
The dns-policy API is the API where we use the DNS to generate tactics
for dialing. Now we have made it private.

Also, we have renamed files. Most of this package is related to HTTPS
dialing anyway, so we don't need to be that obsessive and add the
HTTPSDialer / httpsdialer prefix everywhere.

While there, also hide and move the "null" stats tracker, which is
clearly a private implementation detail.

Part of ooni/probe#2531
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

Successfully merging this pull request may close these issues.

1 participant