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
e5284e63
Commit
e5284e63
authored
May 24, 2021
by
João Lino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add net container deploy file
parent
44361ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
containers/net/deploy.ash
containers/net/deploy.ash
+11
-0
No files found.
containers/net/deploy.ash
0 → 100755
View file @
e5284e63
#!/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
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