-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added domains: g0v.ca, c4nada.ca, t0ronto.ca. Added redirects via @ro…
…nnywang infra.
- Loading branch information
Showing
7 changed files
with
91 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
'': | ||
- type: TXT | ||
values: | ||
# Who has admin for g0v.ca domain | ||
- admin=patcon | ||
# Used for redirect service below | ||
- 301 https://g0v.tw/ | ||
- type: A | ||
# See: https://301.ronny.tw/ | ||
value: 52.69.187.52 | ||
octodns: | ||
cloudflare: | ||
proxied: true | ||
metdata: | ||
repository: https://github.com/ronnywang/301-service | ||
maintainer: | ||
- ronnywang |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
'': | ||
- type: TXT | ||
values: | ||
# Who has admin for g0v.ca domain | ||
- admin=patcon | ||
# Used for redirect service below | ||
- 301 https://g0v.tw/ | ||
- type: A | ||
# See: https://301.ronny.tw/ | ||
value: 52.69.187.52 | ||
octodns: | ||
cloudflare: | ||
proxied: true | ||
metdata: | ||
repository: https://github.com/ronnywang/301-service | ||
maintainer: | ||
- ronnywang |
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,5 +1,7 @@ | ||
--- | ||
'': | ||
- type: TXT | ||
value: admin=patcon | ||
- type: A | ||
value: 162.247.75.222 | ||
octodns: | ||
|
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,4 +1,4 @@ | ||
# See: https://support.cloudflare.com/hc/en-us/articles/200167836-Managing-API-Tokens-and-Keys | ||
# Create a token from the template: "Edit zone DNS" | ||
# We advise scoping it only specific domains you wish to manage via this automation. | ||
# We advise scoping it only the specific domains you wish to manage via this automation. | ||
CLOUDFLARE_API_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
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,18 @@ | ||
--- | ||
'': | ||
- type: TXT | ||
values: | ||
# Who has admin for g0v.ca domain | ||
- admin=patcon | ||
# Used for redirect service below | ||
- 301 https://g0v.tw/ | ||
- type: A | ||
# See: https://301.ronny.tw/ | ||
value: 52.69.187.52 | ||
octodns: | ||
cloudflare: | ||
proxied: true | ||
metdata: | ||
repository: https://github.com/ronnywang/301-service | ||
maintainer: | ||
- ronnywang |