jcmturner / gokrb5

Pure Go Kerberos library for clients and services
Apache License 2.0
723 stars 245 forks source link

Fix tcp resolve when use ipv6. #489

Closed radioinmyhead closed 1 year ago

radioinmyhead commented 1 year ago

Fix tcp resolve when use ipv6.

tcpAddr.String() get ipv4 address. DialTimeout can dial with domain.

jcmturner commented 1 year ago

Thanks for the contribution!