MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.87k stars 846 forks source link

Make sure DNS requests from the addrman are passing through Socks if … #1003

Closed NicolasDorier closed 3 years ago

NicolasDorier commented 3 years ago

…behavior is set up

NicolasDorier commented 3 years ago

Should fix https://github.com/MetacoSA/NBitcoin/issues/977

NicolasDorier commented 3 years ago

If you use Node.Connect nothing should change in your code. If not, AddressManager should have the DnsResolver property set to the DnsSocksResolver. (This is done automatically in Node.Connect)

@lontivero @nopara73

NicolasDorier commented 3 years ago

I made new package