From 9735c2b4dd1188b54aa987f0477cc2f76577f32c Mon Sep 17 00:00:00 2001 From: D Delmar Davis Date: Wed, 5 Mar 2025 09:11:06 -0800 Subject: typo --- docs/buildnotes/colo-relocation.md | 4 ++-- docs/rethinkeverything/norouter/dnsmasq-on-the-admin-lan | 4 ++++ 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 -- cgit v1.2.3