DVKunion / SeaMoon

月海 (Sea Moon) 是一款 FaaS/BaaS 实现的 Serverless 网络工具
https://seamoon.dvkunion.cn
MIT License
543 stars 112 forks source link

bug: 无法建立代理 #99

Closed defidead closed 4 months ago

defidead commented 4 months ago

注意

问题描述 阿里云建立云函数后功能不正常

如何复现 复现步骤如下:

  1. 新增云函数
  2. xxxxxx
  3. xxxxxx
  4. xxxxxxx

预期的结果 无法使用 截图 注意隐私信息 image image

其他信息

Additional context Add any other context about the problem here.

DVKunion commented 4 months ago

登录一下fc控制台,看看是否有对应的函数创建成功。从日志上来看,你的客户端无法访问到函数的域名;或是对应关联的函数存在异常。

defidead commented 4 months ago

image 函数是创建成功了

DVKunion commented 4 months ago

看着你是创建了一个 auto 的代理服务,然后通过client在请求函数;auto目前仅支持 http / socks5 ;而且没有详细的测试,可以尝试一下创建个 其他协议的或者是创建好的函数直接一键导入clash客户端使用?

defidead commented 4 months ago

神医!导入clsh可以了