19 Commits

Author SHA1 Message Date
4d25211b76 Updating Org
Signed-off-by: John Dorman <john@boostchicken.dev>
2022-06-24 08:16:09 -07:00
bbaf3a3919 Updating Org
Signed-off-by: John Dorman <john@boostchicken.dev>
2022-06-24 03:41:51 -07:00
6731b2432f Updating branch name
Signed-off-by: John Dorman <john@boostchicken.dev>
2022-06-24 03:33:29 -07:00
4a1d6f11b3 Path references for boostchicken-dev and forks (#341)
* Fix Github references from boostchicken to boostchicken-dev

* Download CNI bridge script from upstream rather than fork

The remote_install.sh script was retrieving the 05-cni-bridge.sh script
from gtrabanco's fork, rather than the main repository.

* Rename 05-cni-bridge.sh to 06-cni-bridge.sh
2022-03-25 06:08:14 -07:00
68cd6df6ab Add logging to DNAT rules (#264)
* Add some more on_boot..d examples

* Add logging to DNAT rules
2021-11-16 07:51:48 -08:00
87b9f7dac6 Introduced checksums to cni-plugins (#178)
* Update 05-install-cni-plugins.sh

Added checksum checks for cni-plugin. Also allowed for specific version selection. Finally added a fallback to the last installed version.

* Update 05-install-cni-plugins.sh

moved the net.d setup from dns to cni-plugin, so that all the function of cni are in one place.

* Update 10-dns.sh

moved conf files from dns to cni-plugin

* Update 05-install-cni-plugins.sh

Fixed some comments

* Update 05-install-cni-plugins.sh

Fix comments
2021-07-02 22:32:41 -07:00
ffb38bbdaa Added Pihole with cloudflared 2021-05-25 01:44:32 -07:00
3efc648c97 Support caching in install-cni-plugins.sh (#114)
* Support caching in install-cni-plugins.sh

* Update README
2021-05-16 13:43:05 -07:00
9093ddde27 clarifying text (#138) 2021-03-18 13:26:27 -07:00
2bd42cdc7d improve the docs for AdGuardHome (#135)
* AdGuardHome: fix order of operations

Fix the initial order of operations that causes initial setup issues.
fixes #107.

* AdGuardHome: clean up some info with formatting

* AdGuardHome: add troubleshooting info

Hopefully this will help folks in #107 solve their issues.

* 10-dns: always write out the symlinks

Skip spitting an error about the fact that the symlinks already exist.
Just write them anyway.
2021-03-18 13:25:17 -07:00
9a6a49ec2d Update 10-dns.sh 2020-12-24 15:03:21 -08:00
715a4924cc Change line endings 2020-09-10 20:58:03 -07:00
1419b78f24 Change line endings 2020-09-10 20:56:47 -07:00
c36ba5f51c Update 10-dns.sh 2020-07-27 22:41:44 -07:00
1f82b5c2c4 Conditional Forwarding DNS fix (#27)
* Make dnsmasq listen to the container network

* Conditional Forwarding for NextDNS

* Update nextdns.conf
2020-07-25 01:14:31 -07:00
49e3dccf14 Update 10-dns.sh
Removing use masq rules that cause more issues, script cleanup
2020-07-19 22:01:54 -07:00
fc0c7e4fe4 Fixing package! 2020-07-05 21:43:46 -07:00
e1f1238764 on-boot now persists through firmware updates 2020-07-05 20:09:26 -07:00
511d058460 Modularization updates (#12)
* Store install-cni-plugins.sh once

* Newlines in on-boot-script

* Update example on_boot.sh for directory

* Update README.md examples

* Store 20-dns.conflist once

* Add modularized nextdns config w/IPv6 support

* Make nextdns script more generic

* Use common setup script for each dns service

* Add missing newlines

* Readme updates and ipv6 support

* Readme updates and ipv6 support

* Final updates and Ipv6

Co-authored-by: exodious <exodious@users.noreply.github.com>
2020-06-28 06:02:50 -07:00