tonwhales / ton-proxy

TON Proxy for HTTP Sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TON Proxy

This docker image allows you to setup a proxy to the TON network

Usage

To start a simple proxy:

docker run -p 8080:8080 -p 3333:3333 -d tonwhales/ton-proxy -p 8080 -c 3333 -C /usr/local/bin/global.config.json

Building image

docker build --platform linux/amd64 -t tonwhales/ton-proxy:v1 -t tonwhales/ton-proxy:latest .

License

MIT

About

TON Proxy for HTTP Sites


Languages

Language:Dockerfile 100.0%