change config parsing method

This commit is contained in:
wyhaya
2019-11-24 17:32:39 +08:00
parent b3cd781d2a
commit dbbc4d0f91
3 changed files with 93 additions and 138 deletions

View File

@@ -86,6 +86,10 @@ test.com ::
import /other/hosts
```
## Todo
* Dynamically update port bindings
## Reference
[Building a DNS server in Rust](https://github.com/EmilHernvall/dnsguide)