hickory-dns / resolv-conf

The /etc/resolv.conf file parser in rust
Apache License 2.0
27 stars 25 forks source link

Do not error on default openbsd conf #16

Closed kpcyrd closed 5 years ago

kpcyrd commented 6 years ago

Extends the lib with openbsd specific grammar.

This doesn't parse yet, it only prevents an error.

https://man.openbsd.org/resolv.conf.5

tailhook commented 6 years ago

Hi,

Sorry, for the late reply. I don't feel this is a good idea. I think it's relatively easy to implement actual parsing of these two options. (There is also #14 which is stalled unfortunately)

kpcyrd commented 5 years ago

@tailhook thanks for the review, I've updated my PR.

tailhook commented 5 years ago

Looks good. Thank you!