-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new simpler setup method, readme and doc update
- Loading branch information
yusing
committed
Sep 23, 2024
1 parent
109c246
commit 79ae26f
Showing
12 changed files
with
231 additions
and
113 deletions.
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
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
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 |
---|---|---|
|
@@ -15,23 +15,22 @@ | |
# options: | ||
# - auth_token: c1234565789-abcdefghijklmnopqrst # your zone API token | ||
|
||
# 3. other providers, check readme for more | ||
# 3. other providers, check docs/dns_providers.md for more | ||
|
||
providers: | ||
include: | ||
- providers.yml # config/providers.yml | ||
# add some more below if you want | ||
# - file1.yml # config/file_1.yml | ||
# - file2.yml | ||
# include: | ||
# - providers.yml # config/providers.yml | ||
# # add some more below if you want | ||
# - file1.yml # config/file_1.yml | ||
# - file2.yml | ||
docker: | ||
# for value format, see https://docs.docker.com/reference/cli/dockerd/ | ||
# $DOCKER_HOST implies unix:///var/run/docker.sock by default | ||
local: $DOCKER_HOST | ||
# add more docker providers if needed | ||
# remote-1: tcp://10.0.2.1:2375 | ||
# remote-2: ssh://root:[email protected] | ||
|
||
# Fixed options (optional, non hot-reloadable) | ||
|
||
# timeout_shutdown: 5 | ||
# redirect_to_https: false | ||
# redirect_to_https: false # redirect http requests to https (if enabled) |
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.