Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mercurykd/vpnbot
https://github.com/mercurykd/vpnbot
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mercurykd/vpnbot
- Owner: mercurykd
- Created: 2022-10-04T14:37:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T13:46:34.000Z (7 months ago)
- Last Synced: 2024-04-28T04:39:10.191Z (7 months ago)
- Language: PHP
- Size: 25.4 MB
- Stars: 287
- Watchers: 14
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
telegram bot to manage servers (inside the bot)
### XTLS-Reality
- change secret
- qr/config
- change fake domain
- multiple users
- subscriptions with routing
- routing templates per user
- steal from yourself### NaiveProxy
- change login
- change password### OpenConnect
- change secret
- change password
- change dns
- add user### Wireguard / Amnezia
- create
- delete
- rename
- timer
- torrent blocking
- qr/config
- statistics
### Shadowsocks + v2ray
- change password
- on/off v2ray
- qr
- short link### AdguardHome
- change password
- change upstream dns
- check dns### PAC
- the ability to create your own PAC available by url with the ability to substitute the final ip and port### MTProto
- change secret
- qr/config### Settings
- add/change admin
- change language (en/ru)
- import/export all settings
- domain binding
- obtain ssl for domain---
environment: ubuntu 18.04/20.04/22.04, debian 11/12### Install:
```shell
wget -O- https://raw.githubusercontent.com/mercurykd/vpnbot/master/scripts/init.sh | sh -s YOUR_TELEGRAM_BOT_KEY
```### Install as service (autoload on start):
```shell
cd /root/vpnbot
bash scripts/install_as_service.sh
```