diff options
Diffstat (limited to 'conf/plugins/osx-attr.conf')
-rw-r--r-- | conf/plugins/osx-attr.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/plugins/osx-attr.conf b/conf/plugins/osx-attr.conf new file mode 100644 index 000000000..e20b41b67 --- /dev/null +++ b/conf/plugins/osx-attr.conf @@ -0,0 +1,12 @@ +osx-attr { + + # Whether DNS servers are appended to existing entries, instead of replacing + # them. + # append = yes + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + +} + |