Pascal Gloor pirms 5 gadiem
vecāks
revīzija
2333ea2d8c
3 mainītis faili ar 15 papildinājumiem un 1 dzēšanām
  1. 10
    1
      install.sh
  2. 1
    0
      static/etc/resolv.conf
  3. 4
    0
      static/etc/unbound/unbound.conf.d/debian.conf

+ 10
- 1
install.sh Parādīt failu

@@ -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 Parādīt failu

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

+ 4
- 0
static/etc/unbound/unbound.conf.d/debian.conf Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt