ทำไมเซิร์ฟเวอร์ต้องขึ้นบัญชีดำ
โดยขดหรือโปรแกรมอื่น?
เซิร์ฟเวอร์สามารถขึ้นบัญชีดำได้อย่างไร
มันขึ้นอยู่กับเซิร์ฟเวอร์หรือโปรแกรม
นี่เป็นที่อยู่ IP ที่ขึ้นบัญชีดำหรือชื่อเซิร์ฟเวอร์ในคำตอบ http หรือไม่
PS: ฉันไม่รู้ว่ามันเกี่ยวข้องหรือไม่ แต่ฉันกำลังใช้งานบน Linux / Ubuntu
นี่คือผลลัพธ์เต็มรูปแบบ (ทดสอบพายุทอร์นาโดใน localhost)
> * Rebuilt URL to: localhost:8888/
* Hostname was NOT found in DNS cache
* Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 8888 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.35.0
> Host: localhost:8888
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Fri, 16 May 2014 16:35:40 GMT
< Content-Length: 12
< Etag: "e02aa1b106d5c7c6a98def2b13005d5b84fd8dc8"
< Content-Type: text/html; charset=UTF-8
* Server TornadoServer/3.2 is not blacklisted
< Server: TornadoServer/3.2
<
* Connection #0 to host localhost left intact
Hello, world