jplana / python-etcd

A python client for etcd
Other
522 stars 210 forks source link

Fix SRV format string #277

Closed zloyded closed 1 year ago

zloyded commented 3 years ago

srv_name = "_etcd._tcp.{}".format(domain) is incorrect format! By the origin docs _etcd-server._tcp.example.com and _etcd-client._tcp.example.com

zloyded commented 1 year ago

F