You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi,
DNSHero does not support TXT records with multiple values:
The actual values are:
I think this is because of that
.get(0)
at line 24 inTXTAdapter.java
, but my Java/Android skills are limited and I don’t have the infra to make a proper PR and test it.The text was updated successfully, but these errors were encountered: