summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/buildnotes/colo-relocation.md4
-rw-r--r--docs/rethinkeverything/norouter/dnsmasq-on-the-admin-lan4
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/buildnotes/colo-relocation.md b/docs/buildnotes/colo-relocation.md
index 976aca0..7363370 100644
--- a/docs/buildnotes/colo-relocation.md
+++ b/docs/buildnotes/colo-relocation.md
@@ -146,8 +146,8 @@ root@virgil:~#
^x
netplan apply
ip a
-sed -i s/198.202.31.132/198.202.31.99/ /etc/resolv.conf
-root@virgil:~# sed -i s/198.202.31.132/198.202.31.99/ /etc/resolv.conf.static
+sed -i s/198.202.31.132/69.41.138.99/ /etc/resolv.conf
+root@virgil:~# sed -i s/198.202.31.132/69.41.138.99/ /etc/resolv.conf.static
reboot
```
diff --git a/docs/rethinkeverything/norouter/dnsmasq-on-the-admin-lan b/docs/rethinkeverything/norouter/dnsmasq-on-the-admin-lan
index a3497ba..2aca14f 100644
--- a/docs/rethinkeverything/norouter/dnsmasq-on-the-admin-lan
+++ b/docs/rethinkeverything/norouter/dnsmasq-on-the-admin-lan
@@ -2,6 +2,10 @@
YOU ARE HERE.
+
+### Single file pulls.
+Just for grins I think the dnsmasq and etc hosts files should be kept with the dns, also the master and slave config files. That means that some hosts are just going to need to pull a single file from the repo.
+
```sh
git archive --remote=git@bitbucket.org:suspectdevicesadmin/susdev-dns.git --format=tar HEAD |tar -xvf - -O hosts/admin.hosts>/etc/hosts
x hosts/admin.hosts