Skip to content

Commit

Permalink
Added a stubby restart script
Browse files Browse the repository at this point in the history
  • Loading branch information
rakheshster committed Aug 7, 2020
1 parent a349a54 commit 003250f
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 1 deletion.
13 changes: 12 additions & 1 deletion assets/README.txt
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
* stubby.yml is configured with my NextDNS upstream. I copy this over to my running container to override the defaults. I wanted the container to work out of the box with generic privacy DNS servers, which is why I go this route to separating my config preferences out.
ALL FILES IN THIS FOLDER CAN BE IGNORED

But here's what we have if you are curious ...

* stubby.yml is configured with my NextDNS upstream. I copy this over to my running container to override the defaults.
* I wanted the container to work out of the box with generic privacy DNS servers, which is why I go this route to separating my config preferences out.

* xx_stubby.yml is similar to the above but I use separate endpoints to identify my devices to NextDNS.

Here's how I copy the file over to my running container:

docker cp assets/pi1_stubby.yml pi1_stubby-dnsmasq:/etc/stubby/stubby.yml
Loading

0 comments on commit 003250f

Please sign in to comment.