summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2025-03-05 09:11:06 -0800
committerD Delmar Davis <don@suspectdevices.com>2025-03-05 09:11:06 -0800
commit9735c2b4dd1188b54aa987f0477cc2f76577f32c (patch)
tree6e6e5f50a89e39f0e35aa90354f208e020652514
parentccf7fc5a7f98506a372f5d2637728b31f380c63c (diff)
typo
-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