Skip to content

Instantly share code, notes, and snippets.

import requests
import json
import base64
# ================= 你的真实服务器配置 =================
USER_ID = "你的-UUID-在这里"
HOST = "yourdomain.com" # 你的伪装域名 (SNI)
PATH = "/yourpath" # 你的 WebSocket 路径
PORT = 443
# =====================================================
@ethan639
ethan639 / sub.txt
Last active February 4, 2026 13:21
import requests
import json
import base64
# ================= 自定义配置区 =================
# 1. 你的服务器真实信息 (请务必修改)
CONFIG = {
"id": "你的-UUID-在这里",
"host": "yourdomain.com", # 伪装域名/SNI
"path": "/yourpath", # 路径