dfefwef
This commit is contained in:
@@ -27,7 +27,7 @@ async def create_telegram_client(server):
|
||||
|
||||
proxy = {
|
||||
'proxy_type': server.proxy_type, # 或 'socks4',具体看你的代理类型
|
||||
'addr': "192.168.1.79", # 代理服务器地址
|
||||
'addr': "192.168.1.20", # 代理服务器地址
|
||||
'port': int(server.port), # 代理服务器端口
|
||||
'username': server.user if server.user else "", # 如果有用户名,填写
|
||||
'password': server.pwd if server.pwd else "" # 如果有密码,填写
|
||||
@@ -306,7 +306,7 @@ async def main1111(phone=None):
|
||||
except:
|
||||
logger.error("获取验证码失败!!!")
|
||||
|
||||
# if __name__ == '__main__':
|
||||
# asyncio.run(main())
|
||||
if __name__ == '__main__':
|
||||
asyncio.run(main1111(phone="8613641743043"))
|
||||
|
||||
# .\xray.exe -c .\1_3078_client_liu_http_ip_1v1.json
|
||||
# .\xray.exe -c .\1_3078_client_liu_http_ip_1v1.json
|
||||
|
||||
Reference in New Issue
Block a user