@@ -11,6 +11,15 @@ apt-get install \ | |||
enlightenment \ | |||
redsocks \ | |||
tor \ | |||
rsync \ | |||
unbound \ | |||
cd static && find . | cpio -pdmv / | |||
mount /dev/cdrom /mnt && cd /mnt && ./VBoxLinuxAdditions.run | |||
cd - | |||
umount /mnt | |||
cd static && rsync -av . / | |||
echo net.ipv6.conf.all.disable_ipv6=1 >> /etc/sysctl.conf | |||
echo net.ipv6.conf.default.disable_ipv6=1 >> /etc/sysctl.conf |
@@ -0,0 +1 @@ | |||
nameserver 127.0.0.1 |
@@ -0,0 +1,4 @@ | |||
server: | |||
do-ip6: no | |||
tcp-upstream: yes | |||