7ff5fC1E397d commented on issue #8095:
URL:
https://github.com/apache/trafficcontrol/issues/8095#issuecomment-2439980595
I admit it is a bit confusing but finally worked
```json
{
"mappings": [
{
"ttl": 300,
"cname": "site2.example.net.",
"resolve4": [
"8.8.8.8/32",
"8.8.4.4/32"
],
"resolve6": [
"2001:4860:4860::8888/128",
"2001:4860:4860::8844"
]
}
],
"deliveryService": "site2"
}
```
Now the issue is not being able to see the CNAME :| it seems I have
overwritten something
```bash
dig +short @trafficrouter.infra.ciab.test -t CNAME
video.demo2.mycdn.ciab.test
```
no output
```bash
;; QUESTION SECTION:
;video.demo2.mycdn.ciab.test. IN CNAME
;; AUTHORITY SECTION:
demo2.mycdn.ciab.test. 900 IN SOA
```
mine
```bash
dig cdn.site2.mycdn.ciab.test
;; ANSWER SECTION:
cdn.site2.mycdn.ciab.test. 30 IN A 172.18.0.16
;; AUTHORITY SECTION:
site2.mycdn.ciab.test. 1268 IN NS
trafficrouter.mycdn.ciab.test.
;; ADDITIONAL SECTION:
trafficrouter.mycdn.ciab.test. 1272 IN A 172.18.0.12
```
Any idea ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]