Files
Xray-core/proxy/blackhole/config.go
T
2026-09-02 20:17:46 +08:00

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
`)