-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I have added a way to create an A rec using this script, the README e…
…xplains how. A new docker image will be created and pushed shortly.
- Loading branch information
Austin Ward
committed
Jul 17, 2024
1 parent
7d2e391
commit f3ea3a3
Showing
6 changed files
with
94 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
*env | ||
*vscode | ||
config.yaml | ||
config.yaml | ||
log.txt |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# content: "" # Should be the IP address | ||
# name: "" # The FQDN goes here WITHOUT the schema | ||
# Type: "A" | ||
# comment: "" # Optional | ||
# tags: [] # Optional | ||
# ttl: 180 # 1 is auto or Value must be between 60 and 86400 | ||
|
||
# This file is used to create an A record | ||
# To use uncomment all of the fields below and fill in all the fields to the desired value |
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