Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
deploy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hsrv
deploy
Commits
44361ede
Commit
44361ede
authored
May 24, 2021
by
João Lino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dnsmasq config files
parent
e15a9d35
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
292520 additions
and
2 deletions
+292520
-2
containers/net/dnsmasq.blacklist.txt
containers/net/dnsmasq.blacklist.txt
+292494
-0
containers/net/dnsmasq.conf
containers/net/dnsmasq.conf
+10
-0
containers/net/dnsmasq.yt.blacklist.txt
containers/net/dnsmasq.yt.blacklist.txt
+8
-0
containers/net/resolv.dnsmasq
containers/net/resolv.dnsmasq
+2
-0
deploy.bash
deploy.bash
+6
-2
No files found.
containers/net/dnsmasq.blacklist.txt
0 → 100644
View file @
44361ede
This diff is collapsed.
Click to expand it.
containers/net/dnsmasq.conf
0 → 100644
View file @
44361ede
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
containers/net/dnsmasq.yt.blacklist.txt
0 → 100644
View file @
44361ede
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
containers/net/resolv.dnsmasq
0 → 100644
View file @
44361ede
namesarver 91.239.100.100
nameserver 89.233.43.71
\ No newline at end of file
deploy.bash
View file @
44361ede
#!/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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment