blob: ddc2effb8a71f7e1e0c2568fb26a3bb0c404324c (
plain)
1
2
3
4
5
6
7
8
9
|
#!/command/execlineb -P
fdmove -c 2 1
s6-envdir /etc/env-network
importas -uSi ETH1_IP6
emptyenv -p
s6-envuidgid dnsserve
cd /home/dns
shibari-server-udp -U -v2 -d3 -x rules.cdb ${ETH1_IP6}
|