Ekko

Results 75 comments of Ekko

@qq6512624 你确定你没开其他代理或者VPN?

@qq6512624 iOS什么时候开放权限了?文件都不能访问,还能访问其他App的网络?

你要提供足够多的信息,才会有人能帮到你

cannot login with github account, after click login with github, it redirects to https://community.shadowsocks.org/auth/github/callback?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application.&error_uri=https%3A%2F%2Fdeveloper.github.com%2Fapps%2Fmanaging-oauth-apps%2Ftroubleshooting-authorization-request-errors%2F%23redirect-uri-mismatch&state=e6401a560638a2c12fe1e83e1ac5571e011fe78a5a4050a7

写了个编译脚本 https://github.com/QiuSimons/openwrt-mos/pull/151 Action 还在测试,好像是 SDK golang 版本问题,还在看 https://github.com/EkkoG/openwrt-dist/actions/runs/4427762597

https://github.com/EkkoG/openwrt-dist/actions/runs/4427991336 测试成功了,明天整理一下代码再提个 PR

看起来提供预编译 IPK 的方式视要不要改成使用预编译 mosdns 二进制打包而定 相关 PR https://github.com/QiuSimons/openwrt-mos/pull/152

通过源码编译目前只在 22.03.3 的 SDK 环境中测试通过了,并且需要使用修改过的 action https://github.com/EkkoG/openwrt-mos/blob/9644ede4ef3bdb411345c54c9412a443bc4425b6/.github/workflows/build.yml#L33 因为官方的没有安装 upx 如果使用预编译二进制打包,理论上应该所有版本上都可以成功打包 另外官方的 action 在不填源码 hash 的情况下会失败,这个应该改不改打包方式都一样,相关 issue https://github.com/openwrt/gh-action-sdk/issues/18 不过改起来也不麻烦