Advertisement
Guest User

ZoneEdit dynamic update test.

a guest
May 20th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. SET host1=*NAME1*
  2. SET host2=*NAME2*
  3. SET basic_auth=*AUTHSTRINGHERE*
  4. SET user_agent=*AGENT*
  5. SET ip=*IP*
  6.  
  7. CLIENT
  8. _REQ dynamic.zoneedit.com 80
  9. __GET /dyn/generic.php?hostname=$host1&myip=$ip&wildcard=ON&backmx=NO HTTP /1.0
  10. __Host: dynamic.zoneedit.com
  11. __User-Agent: $user_agent
  12. __Accept: */*
  13. __Cookie: AUTO
  14. __Authorization: Basic $basic_auth
  15. __Connection: Keep-Alive
  16. __
  17. _WAIT
  18. END
  19.  
  20. CLIENT
  21. _REQ dynamic.zoneedit.com 80
  22. __GET /dyn/generic.php?hostname=$host2&myip=$ip&wildcard=OFF&backmx=NO HTTP /1.0
  23. __Host: dynamic.zoneedit.com
  24. __User-Agent: $user_agent
  25. __Accept: */*
  26. __Cookie: AUTO
  27. __Authorization: Basic $basic_auth
  28. __Connection: Keep-Alive
  29. __
  30. _WAIT
  31. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement