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

Support multiple values in TXT records #137

Open
johanfleury opened this issue Jun 21, 2023 · 0 comments
Open

Support multiple values in TXT records #137

johanfleury opened this issue Jun 21, 2023 · 0 comments

Comments

@johanfleury
Copy link

Hi,

DNSHero does not support TXT records with multiple values:

The TXT record view in DNSHero showing only one of the values

The actual values are:

$ dig +short TXT paris.now.weather.dyn.bortzmeyer.fr
"Paris" "Sunny" "26.0 C" "precipitation 0.0 mm" "wind 6.8 km/h" "cloudiness 0 %" "humidity 51 %"

I think this is because of that .get(0) at line 24 in TXTAdapter.java, but my Java/Android skills are limited and I don’t have the infra to make a proper PR and test it.

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

1 participant