This is the home for the WhatsApp-proxy.com website
This GitHub organization hosts:
- Front-end web-app
- Back-end
- Discovery server for proxies
Hosting your own proxy is fairly easy:
- Clone
https://github.com/WhatsApp/proxy/
- Change the
CA_SUBJECT
andSSL_SUBJECT
with something random in thegenerate-certs.sh
file (located inproxy/src
) - Run
docker-compose up -d
in theproxy/ops
folder
If you want your proxy to show up on our website, create an issue here. Be sure to host our Discovery Server, which makes it easier for users to ping your server when using our webapp. :) A discovery key is not needed when creating an issue.