mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2024-11-16 09:41:13 +00:00
11 lines
241 B
YAML
11 lines
241 B
YAML
---
|
|
domain: dns.example.com
|
|
redirect_port: ":8000"
|
|
resource_records:
|
|
- "1800 IN SOA xns.example.com. hostmaster.example.com. 1 10000 2400 604800 1800"
|
|
- "3600 IN NS xns.example.com."
|
|
ipv4:
|
|
- "127.0.0.2"
|
|
ipv6:
|
|
- "aaa:aaa:aaa:aaaa::1"
|