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

fix: support SRV query type #94

Merged
merged 2 commits into from
Aug 8, 2024
Merged

fix: support SRV query type #94

merged 2 commits into from
Aug 8, 2024

Conversation

fallard84
Copy link
Contributor

Some commands, like apt-get update, are sometime failing because the domains from SRV queries are not allowed. This is adding support for SRV query types by extracting the domain from the SRV query instead of validating agains the raw domain (e.g. _https._tcp.example.com will validate against example.com). Only _https._tcp and _http._tcp SRV queries are supported for now.

@github-actions github-actions bot added the fix label Aug 8, 2024
@fallard84 fallard84 merged commit 0cd63f1 into main Aug 8, 2024
17 checks passed
@fallard84 fallard84 deleted the fallard84/support-srv branch August 8, 2024 02:03
fallard84 pushed a commit that referenced this pull request Aug 8, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.8.1](v0.8.0...v0.8.1)
(2024-08-08)


### Bug Fixes

* remove any connections before the agent is ready (again)
([#95](#95))
([e735a66](e735a66))
* support SRV query type
([#94](#94))
([0cd63f1](0cd63f1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant