Skip to content
/ pyrox Public

Proxy but misspelled -- closed proxy for the internet

License

Notifications You must be signed in to change notification settings

bots-gg/pyrox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyrox

Proxy that runs on Cloudflare Workers.

Setup

  1. Install wrangler2. npm install wrangler.
  2. Generate a public Ed25519 key, exported under SPKI mode with PEM formatting. Should look like this:
-----BEGIN PUBLIC KEY-----
MCowBQYDK2VwAyEAzOWQ2fB4o1cNL8aBEz3EHdUQc9RlqVs+k4BMq/F5his=
-----END PUBLIC KEY-----
  1. Set the inside (MCowBQYDK2VwAyEAzOWQ2fB4o1cNL8aBEz3EHdUQc9RlqVs+k4BMq/F5his=) as the PUBLIC_KEY secret. npx wrangler secret put PUBLIC_KEY, responding to the prompt with the public key.
  2. Edit wrangler.toml to have an up to date routes key.
  3. Deploy! npx wrangler publish.

About

Proxy but misspelled -- closed proxy for the internet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published