fission-codes / fission-server

Apache License 2.0
9 stars 0 forks source link

Split out `fission-dns` binary #256

Open matheus23 opened 7 months ago

matheus23 commented 7 months ago

Summary

Create another binary that runs only the nameserver that responds on port 53 (and maybe DoH?).

Problem

Impact

Otherwise we need a workaround, e.g. using PowerDNS as secondary nameservers.

Solution

Split out a binary that runs only the DNS parts of fission-server/main.rs.