summarylogtreecommitdiffstats
path: root/localdns.install
blob: 2a4652313bdd84ea021577024b803e56ac77e01b (plain)
1
2
3
4
5

post_install() {
  echo -e "\nAppend the line above to your '/etc/resolv.conf' file:"
  echo -e "\n    nameserver 127.0.0.1\n"
}