Browse Source
This commit enables virtual DNS by default for the CLI. Pros for this decision: - It works out of the box in most cases. - Users do not need to install third-party software. - Users do not need to update their /etc/resolv.conf. Cons: - Not every server might support this. - Hijacking port 53 without asking is somewhat intrusive. Also, make the --dns argument an enum type. In the future, native support for DNS over TCP/TLS might be added. In that case we could e.g. supply tcp://1.1.1.1 to the --dns argument without breaking the CLI.pull/15/head
3 changed files with 20 additions and 7 deletions
Loading…
Reference in new issue