Guest User

Untitled

a guest
Sep 23rd, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. root@1:~# date
  2. Ср сен 23 20:16:20 MSK 2020
  3. root@1:~# service ntp stop
  4. root@1:~# ntpdate time.in.ua
  5. 23 Sep 22:58:00 ntpdate[32131]: step time server 2a03:6300:2::80 offset 9676.142175 sec
  6. root@1:~# curl -vso /dev/null --resolve nginx.org:80:"[2a05:d014:edb:5704::6]" http://nginx.org/packages/debia
  7. n/dists/buster/InRelease
  8. * Expire in 0 ms for 6 (transfer 0x55a5ec2c5a90)
  9. * Added nginx.org:80:[2a05:d014:edb:5704::6] to DNS cache
  10. * Hostname nginx.org was found in DNS cache
  11. * Trying 2a05:d014:edb:5704::6...
  12. * TCP_NODELAY set
  13. * Expire in 200 ms for 4 (transfer 0x55a5ec2c5a90)
  14. * Connected to nginx.org (2a05:d014:edb:5704::6) port 80 (#0)
  15. > GET /packages/debian/dists/buster/InRelease HTTP/1.1
  16. > Host: nginx.org
  17. > User-Agent: curl/7.64.0
  18. > Accept: */*
  19. >
  20. * Recv failure: Соединение разорвано другой стороной
  21. * Closing connection 0
  22.  
  23. root@1:~# curl -vso /dev/null --resolve nginx.org:80:"[2a05:d014:edb:5704::6]" http://nginx.org/packages/debian/dists/buster/InRelease
  24. * Expire in 0 ms for 6 (transfer 0x561880691a90)
  25. * Added nginx.org:80:[2a05:d014:edb:5704::6] to DNS cache
  26. * Hostname nginx.org was found in DNS cache
  27. * Trying 2a05:d014:edb:5704::6...
  28. * TCP_NODELAY set
  29. * Expire in 200 ms for 4 (transfer 0x561880691a90)
  30. * Connected to nginx.org (2a05:d014:edb:5704::6) port 80 (#0)
  31. > GET /packages/debian/dists/buster/InRelease HTTP/1.1
  32. > Host: nginx.org
  33. > User-Agent: curl/7.64.0
  34. > Accept: */*
  35. >
  36. < HTTP/1.1 200 OK
  37. < Server: nginx/1.19.0
  38. < Date: Wed, 23 Sep 2020 20:01:24 GMT
  39. < Content-Type: application/octet-stream
  40. < Content-Length: 2854
  41. < Last-Modified: Tue, 11 Aug 2020 17:08:59 GMT
  42. < Connection: keep-alive
  43. < Keep-Alive: timeout=15
  44. < ETag: "5f32d0ab-b26"
  45. < Accept-Ranges: bytes
  46. <
  47. { [2854 bytes data]
  48. * Connection #0 to host nginx.org left intact
Add Comment
Please, Sign In to add comment