Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. domains:
  2. - domain: geo.example.com
  3. ttl: 30
  4. records:
  5. geo.example.com:
  6. - soa: ns1.example.com hostmaster.example.com 2014090125 7200 3600 1209600 3600
  7. - ns:
  8. content: ns1.example.com
  9. ttl: 600
  10. - ns: ns2.example.com
  11. - mx: 10 mx.example.com
  12. fin.eu.service.geo.example.com:
  13. - a: 192.0.2.2
  14. - txt: hello world
  15. - aaaa: 2001:DB8::12:34DE:3
  16. # this will result first record being handed out 30% of time
  17. swe.eu.service.geo.example.com:
  18. - a:
  19. content: 192.0.2.3
  20. weight: 50
  21. - a: 192.0.2.4
  22. services:
  23. # syntax 1
  24. service.geo.example.com: '%co.%cn.service.geo.example.com'
  25. # syntax 2
  26. service.geo.example.com: [ '%co.%cn.service.geo.example.com', '%cn.service.geo.example.com']
  27. # alternative syntax
  28. services:
  29. service.geo.example.com:
  30. default: [ '%co.%cn.service.geo.example.com', '%cn.service.geo.example.com' ]
  31. 10.0.0.0/8: 'internal.service.geo.example.com'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement