Commit Graph

15 Commits

Author SHA1 Message Date
Pedro Pombeiro
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
Adam Bolsover
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
John D
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
a10kiloham
9093ddde27
clarifying text (#138) 2021-03-18 13:26:27 -07:00
Doug Goldstein
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
John D
9a6a49ec2d
Update 10-dns.sh 2020-12-24 15:03:21 -08:00
John Dorman
715a4924cc Change line endings 2020-09-10 20:58:03 -07:00
John Dorman
1419b78f24 Change line endings 2020-09-10 20:56:47 -07:00
John D
c36ba5f51c
Update 10-dns.sh 2020-07-27 22:41:44 -07:00
John D
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
John D
49e3dccf14
Update 10-dns.sh
Removing use masq rules that cause more issues, script cleanup
2020-07-19 22:01:54 -07:00
John Dorman
fc0c7e4fe4 Fixing package! 2020-07-05 21:43:46 -07:00
John Dorman
e1f1238764 on-boot now persists through firmware updates 2020-07-05 20:09:26 -07:00
John D
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