fix connection

This commit is contained in:
Zenaku 2026-05-25 01:09:38 +00:00
parent 9aa3518fec
commit 474a6961b3

View file

@ -90,7 +90,7 @@ def build_vless_config(vless: dict, socks5_port: int) -> dict:
}
def enable_vless(vless_link: str, username: str, config_dir: Path,
def enable_vless(vless_link: str, username: str,
socks5_port: int, observer=None) -> bool:
vless = parse_vless_link(vless_link)
real_ip = get_real_ip()