X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=etc%2Fsv%2Funbound%2Fconfigure.sh;fp=etc%2Fsv%2Funbound%2Fconfigure.sh;h=0000000000000000000000000000000000000000;hb=3ad6118386977e346d81042e924e5db9c5f15b7d;hp=fc59084bd418792c51f607a414c23d44861572af;hpb=22f04b9fac14adc3d3fc98273ba126c3a51792c3;p=lhc%2Fateliers.git diff --git a/etc/sv/unbound/configure.sh b/etc/sv/unbound/configure.sh deleted file mode 100644 index fc59084..0000000 --- a/etc/sv/unbound/configure.sh +++ /dev/null @@ -1,17 +0,0 @@ -sudo apt-get install unbound -rule insserv_remove unbound - -sudo install -m 644 -o root -g root /dev/stdin /etc/resolv.conf <<-EOF - search ${vm_host#*.} - nameserver 127.0.0.1 - #nameserver ${vm_host_nameserver} - EOF -sudo install -m 440 -o unbound -g unbound \ - "$tool"/etc/unbound/named.cache \ - /etc/unbound/named.cache - -m4 \ - --define=OUTGOING_INTERFACE=$vm_ipv4 \ - <"$tool"/etc/unbound/unbound.conf | -sudo install -m 440 -o unbound -g unbound /dev/stdin \ - /etc/unbound/unbound.conf