Commit 44361ede authored by João Lino's avatar João Lino

add dnsmasq config files

parent e15a9d35
This diff is collapsed.
no-dhcp-interface=eth0
cache-size=1000
domain-needed
bogus-priv
dns-forward-max=150
resolv-file=/etc/resolv.dnsmasq
no-poll
log-queries
conf-file=/root/dnsmasq.blacklist.txt
conf-file=/root/dnsmasq.yt.blacklist.txt
\ No newline at end of file
address=/:^r[0-9]*([-]{1,3}|.)sn-[a-z0-9]{4,}-[a-z0-9]{4,}\.googlevideo\.com:/#
#address=/:^r[0-9]*([-]{1,3}|.)sn-[a-z0-9]{4,}\.googlevideo\.com:/#
address=/:^r[0-9]*.sn-[a-z0-9]{4,}\.googlevideo\.com:/#
#address=/:^r[0-9]*([-]{1,3})sn-[a-z0-9]{4,}\.googlevideo\.com:/#
#server=/googlevideo.com/94.140.14.14
#server=/googlevideo.com/googlevideo.com./
#server=/googlevideo.com/172.67.164.63
#server=/googlevideo.com/173.194.188.72
\ No newline at end of file
namesarver 91.239.100.100
nameserver 89.233.43.71
\ No newline at end of file
#!/bin/bash
install_sw () {
apt install lxd git
apt install lxd git
}
configure_lxd () {
lxd init --preseed < input.yaml
lxd init --preseed < input.yaml
}
lxd_create_net () {
lxc launch images:alpine/3.13 net
}
#install_sw
......
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