We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45b45f commit 3800ca9Copy full SHA for 3800ca9
1 file changed
assets/exit_node/exit_node.ts
@@ -37,7 +37,7 @@
37
// of an offline exit node is that ChatGPT/Claude/Grok stop working;
38
// other sites are unaffected.
39
40
-const PSK = "CHANGE_ME_TO_A_STRONG_SECRET";
+const PSK = "26ef8d89440ace4dc06692146ce1f29c688b2e66313de122a027b38584de80b3";
41
42
// Headers the client may send that must NOT be forwarded to the
43
// destination — they're hop-by-hop or would break re-encoding.
0 commit comments