Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/exit_node/exit_node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// of an offline exit node is that ChatGPT/Claude/Grok stop working;
// other sites are unaffected.

const PSK = "CHANGE_ME_TO_A_STRONG_SECRET";
const PSK = "26ef8d89440ace4dc06692146ce1f29c688b2e66313de122a027b38584de80b3";

// Headers the client may send that must NOT be forwarded to the
// destination — they're hop-by-hop or would break re-encoding.
Expand Down
Loading