This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
dns 3.4 spec
chris grzegorczyk edited this page Aug 1, 2013
·
19 revisions
Responds To | Description | ||
Service/Component Resolver |
${component.name()}.${system.dns.dnsdomain}
|
Resolves the address of the currently ENABLED service indicated by the first label in the request. | |
---|---|---|---|
Recursive Resolver |
not *.${system.dns.dnsdomain}
|
hi | |
Split Horizon Resolver |
not *.${system.dns.dnsdomain}
|
hi | |
instance-data Resolver |
not *.${system.dns.dnsdomain}
|
hi |
- Eac
root@euca-1-106-32-141:~# dig A instance-data
169.254.169.254
Using domain server:
Name: 10.111.1.66
Address: 10.111.1.66#53
Aliases:
instance-data has address 169.254.169.254
root@euca-1-106-32-141:~# dig PTR 169.254.169.254
;; Warning: query response not set
Using domain server:
Name: 10.111.1.66
Address: 10.111.1.66#53
Aliases:
254.169.254.169.in-addr.arpa domain name pointer instance-data.
- Support for 'instance-data' A record
- Fix to service name resolution
- Support for round-robin DNS for active-active services
tag:rls-3.4