shawn1m / overture

A customized DNS relay server
MIT License
1.79k stars 284 forks source link

An interface to update primary dns dynamically #251

Open bluesky139 opened 3 years ago

bluesky139 commented 3 years ago

Hello, I'm using overture on some mobile devices, it works very fine.

But I have some CDN unfriendly problem.

I want to use ISP dns or dns from DHCP, it usually most CDN friendly, instead of public dns. The public dns has a problem, even edns is supported, I can't directly get my external IP, but I can directly get DHCP dns on my device.

So, I want to update overture primary dns, I can simply kill it and restart a new one, but I more want to do this smoothly.

NyaMisty commented 3 years ago

well maybe introduce a dns type called "system" would better suit your need?