Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
020-wireless
020_dns
Commits
616dc3e2
Commit
616dc3e2
authored
Nov 21, 2015
by
yids
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated some things here
parent
0c6e1e68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
dns/copy.sh
dns/copy.sh
+13
-2
dns/paths.sh
dns/paths.sh
+1
-0
No files found.
dns/copy.sh
View file @
616dc3e2
...
...
@@ -27,8 +27,6 @@ scp $HFD/adm.conf root@trashbat:/etc/bind/zones/
scp
$HFD
/adm.conf root@stanleyH:/etc/bind/zones/
scp
$HFD
/adm.conf root@atc:/etc/bind/zones/
#tinc tunnel
cd
$OUT
/amsw.020
scp db.10.205.252 db.amsw root@atc:/etc/bind/zones/
...
...
@@ -84,6 +82,19 @@ scp db.10.205.12 db.irl root@atc:/etc/bind/zones/
cd
$OUT
#
# Copy static zones
#
# Static zones
scp
$HFD
/staticzones.conf root@trashbat:/etc/bind/zones/
scp
$HFD
/staticzones.conf root@stanleyH:/etc/bind/zones/
scp
$HFD
/staticzones.conf root@atc:/etc/bind/zones/
# squest.net
scp
$STA
/squesh.net.db root@stanleyH:/etc/bind/zones/
scp
$STA
/squesh.net.db root@atc:/etc/bind/zones/
#
# reload configs
#
...
...
dns/paths.sh
View file @
616dc3e2
...
...
@@ -6,6 +6,7 @@ REPO="$(git rev-parse --show-toplevel)"
OUT
=
$REPO
/dns/output/
BIN
=
$REPO
/dns/
HFD
=
$REPO
/dns/hostfiles/
STA
=
$REPO
/dns/staticzones/
export
OUT
export
BIN
...
...
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