leofaraf / make-vpn-bot

telegram bot that help be private anywhere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make a vpn. Bot for telegram

  • I didn't test how it works in docker

Initialise the TELOXIDE_TOKEN environmental variable to your token:

# Unix-like
$ export TELOXIDE_TOKEN=<Your token here>

# Windows command line
$ set TELOXIDE_TOKEN=<Your token here>

# Windows PowerShell
$ $env:TELOXIDE_TOKEN=<Your token here>

Build by cargo and run!

About

telegram bot that help be private anywhere


Languages

Language:Rust 96.2%Language:Dockerfile 3.8%