Pascal Gloor 5 lat temu
rodzic
commit
2333ea2d8c

+ 10
- 1
install.sh Wyświetl plik

@@ -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

+ 1
- 0
static/etc/resolv.conf Wyświetl plik

@@ -0,0 +1 @@
nameserver 127.0.0.1

+ 4
- 0
static/etc/unbound/unbound.conf.d/debian.conf Wyświetl plik

@@ -0,0 +1,4 @@
server:
do-ip6: no
tcp-upstream: yes


Ładowanie…
Anuluj
Zapisz