Guest User

Untitled

a guest
Jun 21st, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <host>
  3. <ipv4>123.45.67.89</ipv4>
  4. <!-- if reverse DNS lookup succeeds -->
  5. <hostname>the.host.name</hostname>
  6. <!-- otherwise -->
  7. <hostname nil="true"></hostname>
  8. <!-- end -->
  9. <address>
  10. <!-- if IP is in a private range (e.g. 192.168.0.1) -->
  11. <city type="symbol">private</city>
  12. <country type="symbol">private</country>
  13. <geo>
  14. <latitude nil="true"></latitude>
  15. <longitude nil="true"></longitude>
  16. </geo>
  17. <!-- otherwise
  18. (depending on geocoding accuracy, any of these may be empty with `nil="true"`) -->
  19. <city>The City</city>
  20. <country>THE COUNTRY (CODE)</country>
  21. <geo>
  22. <latitude type="float">12.34567</latitude>
  23. <longitude type="float">34.56789</longitude>
  24. </geo>
  25. </addr>
  26. </host>
Add Comment
Please, Sign In to add comment