layeh / gumble

gumble is a Mumble client implementation in Go (golang)
https://pkg.go.dev/mod/layeh.com/gumble
Mozilla Public License 2.0
173 stars 53 forks source link

SRV record lookup #50

Open feuerrot opened 4 years ago

feuerrot commented 4 years ago

Hi,

I don't have much experience with golang yet, but wanted to add a feature to lookup SRV records as specified in the wiki.

Does this look like a good solution?