-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a349a54
commit 003250f
Showing
3 changed files
with
581 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.