We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7757663 commit 32211d8Copy full SHA for 32211d8
1 file changed
android/app/src/main/java/io/linuxdo/accelerator/android/LinuxdoDns.kt
@@ -598,7 +598,7 @@ object DnsPacketCodec {
598
}
599
600
601
-private fun queryTypeName(type: Int): String = when (type) {
+internal fun queryTypeName(type: Int): String = when (type) {
602
LinuxdoDnsResolver.TYPE_A -> "A"
603
LinuxdoDnsResolver.TYPE_AAAA -> "AAAA"
604
LinuxdoDnsResolver.TYPE_SVCB -> "SVCB"
0 commit comments