Skip to content

Commit 47fb46c

Browse files
madeyeclaude
andcommitted
Change proxy auth realm from "proxy" to "Restricted" for stealth
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4c25fc4 commit 47fb46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stealth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub fn proxy_auth_required(server_name: &str) -> Response<Full<Bytes>> {
6464
Response::builder()
6565
.status(StatusCode::PROXY_AUTHENTICATION_REQUIRED)
6666
.header("Server", server_name)
67-
.header("Proxy-Authenticate", "Basic realm=\"proxy\"")
67+
.header("Proxy-Authenticate", "Basic realm=\"Restricted\"")
6868
.header("Content-Length", "0")
6969
.body(Full::new(Bytes::new()))
7070
.unwrap()

0 commit comments

Comments
 (0)