Commit e5284e63 authored by João Lino's avatar João Lino

add net container deploy file

parent 44361ede
#!/bin/ash
apk add dnsmasq
cp /etc/dnsmasq.conf /etc/dnsmasq.conf.bkp
rm /etc/dnsmasq.conf
cp /root/deploy/containers/net/dnsmasq.conf /etc/
cp /root/deploy/containers/net/resolv.dnsmasq /etc/
cp /root/deploy/containers/net/dnsmasq.blacklist.txt /root/
cp /root/deploy/containers/net/dnsmasq.yt.blacklist.txt /root/
rc-update add dnsmasq
rc-service dnsmasq start
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment