diff options
| author | Roy Marples <roy@marples.name> | 2019-07-17 17:46:09 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-07-17 17:46:09 +0100 |
| commit | b9fb571801ecca69b32300e918f8668e84ce4d09 (patch) | |
| tree | 86628aced675f64d56c0694184354fcaa18a4fc8 | |
| parent | 0ed0dd78d28f899d7eac03996d7624afd5601524 (diff) | |
| download | openresolv-b9fb571801ecca69b32300e918f8668e84ce4d09.tar.xz | |
Add a newline at the end of the default config.
| -rw-r--r-- | resolvconf.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolvconf.conf b/resolvconf.conf index 607f6af..4f5f2e6 100644 --- a/resolvconf.conf +++ b/resolvconf.conf @@ -4,4 +4,4 @@ resolv_conf=/etc/resolv.conf # If you run a local name server, you should uncomment the below line and # configure your subscribers configuration files below. -#name_servers=127.0.0.1
\ No newline at end of file +#name_servers=127.0.0.1 |
