Skip to content

Commit ef26e42

Browse files
authored
Merge pull request #157 from akiryushin/add-edgecenter
Add edgecenter provider
2 parents 277c74b + 9cbcf1e commit ef26e42

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/publish-on-push-to-main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- dnsmadeeasy
4949
- dyn
5050
- easydns
51+
- edgecenter
5152
- edgedns
5253
- etchosts
5354
- gandi

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- dnsmadeeasy
4646
- dyn
4747
- easydns
48+
- edgecenter
4849
- edgedns
4950
- etchosts
5051
- gandi

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This runs `octodns-sync` on the contents of the current working directory.
2626
| dnsmadeeasy | [octodns_dnsmadeeasy](https://github.com/octodns/octodns-dnsmadeeasy) | [octodns/dnsmadeeasy](https://hub.docker.com/r/octodns/dnsmadeeasy) |
2727
| dyn | [octodns_dyn](https://github.com/octodns/octodns-dyn) | [octodns/dyn](https://hub.docker.com/r/octodns/dyn) |
2828
| easydns | [octodns_easydns](https://github.com/octodns/octodns-easydns) | [octodns/easydns](https://hub.docker.com/r/octodns/easydns) |
29+
| edgecenter | [octodns_edgecenter](https://github.com/octodns/octodns-edgecenter) | [octodns/edgecenter](https://hub.docker.com/r/octodns/edgecenter) |
2930
| edgedns | [octodns_edgedns](https://github.com/octodns/octodns-edgedns) | [octodns/edgedns](https://hub.docker.com/r/octodns/edgedns) |
3031
| etchosts | [octodns_etchosts](https://github.com/octodns/octodns-etchosts) | [octodns/etchosts](https://hub.docker.com/r/octodns/etchosts) |
3132
| gandi | [octodns_gandi](https://github.com/octodns/octodns-gandi) | [octodns/gandi](https://hub.docker.com/r/octodns/gandi) |

all/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ octodns-dnsmadeeasy==0.0.5
99
octodns-dyn==0.0.1
1010
octodns-easydns==0.0.1
1111
octodns-edgedns==0.0.4
12+
octodns-edgecenter==0.0.3
1213
octodns-etchosts==0.0.2
1314
octodns-gandi==0.0.3
1415
octodns-gcore==0.0.4

0 commit comments

Comments
 (0)