mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-09-25 18:31:39 +00:00
10 lines
149 B
Go
10 lines
149 B
Go
package blackhole
|
|
|
|
var http403response = []byte(`HTTP/1.1 403 Forbidden
|
|
Connection: close
|
|
Cache-Control: max-age=3600, public
|
|
Content-Length: 0
|
|
|
|
|
|
`)
|