freebsd-ports/dns/adsuck/files/pkg-message.in
2019-08-13 16:01:59 +00:00

23 lines
491 B
Text

[
{ type: install
message: <<EOM
Quick way to use adsuck chrooted in /var/adsuck
mkdir /var/adsuck
cp %%EXAMPLESDIR%%/* /var/adsuck
# Adsuck forward to your old dns server
cp /etc/resolv.conf /var/adsuck
# Enable and start adsuck
echo adsuck_enable=\"YES\" >> /etc/rc.conf
/usr/local/etc/rc.d/adsuck start
# Use adsuck as dns server
echo "nameserver 127.0.0.1" > /etc/resolv.conf
If you're using DHCP consider configuring your dhclient.conf(5) to prevent
resolv.conf updates.
EOM
}
]