File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ providers:
23
23
24
24
zones :
25
25
g0v.network. :
26
- lenient : true
27
26
sources :
28
27
- config-files
29
28
targets :
Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ index 3d10aed..4947530 100644
108
108
targets:
109
109
- cloudflare
110
110
g0v.ca.:
111
- + # Allow TXT and CNAME to be created on same subdomain.
112
- + lenient: true
113
111
sources:
114
112
- config-files
115
113
targets:
@@ -125,8 +123,9 @@ index 0000000..7536024
125
123
+ values:
126
124
+ # Used for 301 redirect service below
127
125
+ - 301 https://example.com/
128
- + - type: CNAME
129
- + value: 301.ronny.tw.
126
+ + - type: A
127
+ + # 301.ronny.tw
128
+ + value: 52.69.187.52
130
129
```
131
130
132
131
</details >
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ explorations.conversa:
7
7
- ballpointpenguin
8
8
- dsiddarth
9
9
- patcon
10
- - type : CNAME
11
- value : 301.ronny.tw.
10
+ - type : A
11
+ # 301.ronny.tw
12
+ value : 52.69.187.52
You can’t perform that action at this time.
0 commit comments