das-labor / neopg

The multiversal cryptoengine!
Other
216 stars 16 forks source link

Remove support for SRV records. #25

Closed lambdafu closed 6 years ago

lambdafu commented 6 years ago

This is based off #24 and removes support for SRV DNS records. SRV records are used to advertise alternative services in a domain are available, such as LDAP, XMPP or SIP. The SKS Keyserver HKP Pools use them to indicate the quality of a keyserver that is then accessed via http/https by their weights.

I removed support for SRV DNS records from NeoPG:

If there ever will be curl support for it, we might reconsider this.

lambdafu commented 6 years ago

This feature, along with #24, also made it necessary to implement a special tor mode instead just relying on the socks5h proxy.