DuckDNSClient icon indicating copy to clipboard operation
DuckDNSClient copied to clipboard

Add configuration option to bind to a specific network adapter

Open andrew-rosca opened this issue 8 years ago • 1 comments

On machines with multiple network adapters, it would be useful to be able to select which adapter to bind to and update the DNS entry for.

For example, if I have a physical network adapter and a VPN connection, I may want to update DuckDNS for the physical adapter, but by default it will instead retrieve and update the IP address of the VPN connection (because/if that's the network adapter with the highest priority)

andrew-rosca avatar Feb 06 '17 21:02 andrew-rosca

@JozefJarosciak I made some modifications to your code to support what I am describing above. Not fully tested yet but I'd like to get your feedback before I proceed further. Can I commit to a separate branch so we can discuss?

andrew-rosca avatar Feb 06 '17 23:02 andrew-rosca