Skip to content

vertelab/boringproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install

Server

curl -sSL https://raw.githubusercontent.com/vertelab/boringproxy/refs/heads/main/boring_server_setup.sh | sudo bash -s -- -d <bp.example.com> -g

Client

curl -sSL https://raw.githubusercontent.com/vertelab/boringproxy/refs/heads/main/boring_client_setup.sh | sudo bash -s -- -d <bp.example.com> -t <YOUR_TOKEN> -n <my-laptop>

BoringProxy Scripts

Thes scripts setup boringproxy as a service.

🛠 Server Script: boring_server_setup.sh

Run this script on your VPS (the machine with the public IP) to host the BoringProxy manager and dashboard.

Usage

sudo ./boring_server_setup.sh -d <admin-domain> [-g]

Flag Breakdown

Flag Name Required Description
-d Domain Yes The domain (e.g., proxy.yourdomain.com)where the BoringProxy dashboard will live. The script uses this to automate SSL certificates.
-g GatewayPorts No Highly Recommended. This flag modifies /etc/ssh/sshd_config to allow your tunnels to be reached from the public internet. Without this, tunnels may only be accessible via localhost.

💻 Client Script: boring_client_setup.sh

Run this script on the client machine

Usage

sudo ./boring_client_setup.sh -s <server-domain> -t <token> [-n <client-name>]

Flag Breakdown

Flag Name Required Description
-d Domain Yes The domain of your BoringProxy server.
-t Access Token Yes The security token generated in the BoringProxy Admin Web UI after you create a new client.
-n Client Name No A custom identifier for this client in the dashboard. If omitted, the script defaults to your machine's hostname.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages