fix connection
This commit is contained in:
parent
9aa3518fec
commit
474a6961b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue