diff options
| author | Roy Marples <roy@marples.name> | 2017-03-14 22:16:31 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-03-14 22:16:31 +0000 |
| commit | aea77e31009818db759e912ea76386c5af2ce687 (patch) | |
| tree | 98e6a35f4d38042b322d88032ccaa7101f66797f | |
| parent | 2521268cb71e0da3614c00fcc09331d8d418aa01 (diff) | |
| download | openresolv-aea77e31009818db759e912ea76386c5af2ce687.tar.xz | |
Improve for 80 chars
| -rw-r--r-- | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -22,16 +22,21 @@ any local nameservers other than libc. ## Reasons for using openresolv -Why openresolv over the [Debian implementation](http://qref.sourceforge.net/Debian/reference/ch-gateway.en.html#s-dns-resolvconf)? Here's some reasons - * Works with [POSIX shell and userland](http://www.opengroup.org/onlinepubs/009695399) +Why openresolv over the +[Debian implementation](http://qref.sourceforge.net/Debian/reference/ch-gateway.en.html#s-dns-resolvconf)? +Here's some reasons: + * Works with + [POSIX shell and userland](http://www.opengroup.org/onlinepubs/009695399) * Does not need awk, grep or sed which means we can work without `/usr` - mounted + mounted * Works with other init systems than Debians' out of the box - * Available as a 2 clause [BSD license](http://www.freebsd.org/copyright/freebsd-license.html) + * Available as a 2 clause + [BSD license](http://www.freebsd.org/copyright/freebsd-license.html) * Prefer configs via IF_METRIC for dynamic ordering * Configures zones for local resolvers other than libc -The last point is quite important, especially when running VPN systems. Take the following resolv.conf files which have been generated by a +The last point is quite important, especially when running VPN systems. +Take the following resolv.conf files which have been generated by a [DHCP client](../dhcpcd) and sent to resolvconf: ``` |
