shawn1m / overture

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

Load config files directly without reading into memory first #166

Closed maddie closed 5 years ago

maddie commented 5 years ago

This would make Overture use less memory on launch if there's a very big config file that would be read.

Also some minor fixes to string handling

maddie commented 5 years ago

Added a simple implementation for not adding duplicate Hosts definition by tracking domain name in a map of empty structs

shawn1m commented 5 years ago

Merged. Thanks!