VPN Information
chuhan VPN Service
secure • fast • free
Free VPN Key
chuhan: generate free vpn key
How to use
1. Generate free VPN key
2. Copy config link
3. Import to VPN client
4. Connect & enjoy! 🌐
2. Copy config link
3. Import to VPN client
4. Connect & enjoy! 🌐
API Usage
curl:
curl -X POST "https://vpn-telegram.com/api/v1/key-activate/free-key" \
-H "Content-Type: application/json" \
-d '{"public_key": "b7a92b4c...", "user_tg_id": 123456789}'
-H "Content-Type: application/json" \
-d '{"public_key": "b7a92b4c...", "user_tg_id": 123456789}'
python:
import requests
response = requests.post(
"https://vpn-telegram.com/api/v1/key-activate/free-key",
json={"public_key": "b7a92b4c...", "user_tg_id": 123456789}
)
print(response.json())
response = requests.post(
"https://vpn-telegram.com/api/v1/key-activate/free-key",
json={"public_key": "b7a92b4c...", "user_tg_id": 123456789}
)
print(response.json())
VPN Information
chuhan VPN Service
secure • fast • free
Free VPN Key
chuhan: generate free vpn key
How to use
1. Generate free VPN key
2. Copy config link
3. Import to VPN client
4. Connect & enjoy! 🌐
2. Copy config link
3. Import to VPN client
4. Connect & enjoy! 🌐
API Usage
curl:
curl -X POST "https://vpn-telegram.com/api/v1/key-activate/free-key" \
-H "Content-Type: application/json" \
-d '{"public_key": "b7a92b4c...", "user_tg_id": 123456789}'
-H "Content-Type: application/json" \
-d '{"public_key": "b7a92b4c...", "user_tg_id": 123456789}'
python:
import requests
response = requests.post(
"https://vpn-telegram.com/api/v1/key-activate/free-key",
json={"public_key": "b7a92b4c...", "user_tg_id": 123456789}
)
print(response.json())
response = requests.post(
"https://vpn-telegram.com/api/v1/key-activate/free-key",
json={"public_key": "b7a92b4c...", "user_tg_id": 123456789}
)
print(response.json())