Skip to content

Commit 08d0dd1

Browse files
committed
edit message
1 parent 25e6cca commit 08d0dd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

proxy/proxy.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,10 @@ func (p *ProxyServer) writeBlockedResponse(w http.ResponseWriter, r *http.Reques
256256
host = r.Host
257257
}
258258

259-
fmt.Fprintf(w, `🚫 Request Blocked by Jail
259+
fmt.Fprintf(w, `🚫 Request Blocked by Coder Jail
260260
261261
Request: %s %s
262262
Host: %s
263-
Reason: No matching allow rules (default deny-all policy)
264263
265264
To allow this request, restart jail with:
266265
--allow "%s" # Allow all methods to this host

0 commit comments

Comments
 (0)