summarylogtreecommitdiffstats
path: root/localdns.install
diff options
context:
space:
mode:
authorJonhnny Weslley2015-07-04 15:06:15 -0300
committerJonhnny Weslley2015-07-04 15:07:47 -0300
commit5c0a54d288534cf1888213161d085d74b7b4f0a8 (patch)
treeb16cf30fc514863b2a6c23dbf372877c3bda0fa1 /localdns.install
downloadaur-5c0a54d288534cf1888213161d085d74b7b4f0a8.tar.gz
initial import: 0.1.0
Diffstat (limited to 'localdns.install')
-rw-r--r--localdns.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/localdns.install b/localdns.install
new file mode 100644
index 000000000000..2a4652313bdd
--- /dev/null
+++ b/localdns.install
@@ -0,0 +1,5 @@
+
+post_install() {
+ echo -e "\nAppend the line above to your '/etc/resolv.conf' file:"
+ echo -e "\n nameserver 127.0.0.1\n"
+}