CodeStuff / Reverse Proxy Closed Source

Point a domain at anything. Prove you own it in seconds.

CodeStuff Reverse Proxy forwards traffic to your upstream URL and handles domain-ownership verification automatically — a single closed-source JAR, zero external dependencies, no database.

Requires Java 21+ · Windows, macOS & Linux

$ java -jar codestuff-reverseproxy-1.0.0.jar
No configuration.json found — opening setup console...
Open http://localhost:8080/ to create your first property.
 
$ java -jar codestuff-reverseproxy-1.0.0.jar --property "my-site"
Listening on 0.0.0.0:8080 for property "my-site" → forwarding upstream

Everything a small proxy needs, nothing it doesn't

Transparent Forwarding

Every method, header, and body is passed straight through to your upstream URL.

Built-In Verification

Self-expiring .xml proof files, in the spirit of Google Search Console.

Multi-Property

Configure several sites from one instance and switch which one is actively listening.

Closed Source Binary

A single compiled JAR download — no source, no build step, no dependencies.

Three run modes, one JAR

1
Run it once, no flags

First launch opens a setup console to create your first property — a name and an upstream URL.

2
It starts forwarding

With one property configured, the proxy listens for it automatically. With several, pin one with --property "<name>" or pick it from the select console.

3
Manage everything from admin mode

Run with --properties to open a dashboard for adding, editing, deleting, and regenerating verification — without forwarding any traffic.

Ready to proxy your first property?

Download the latest build and be forwarding traffic in under a minute.