ArchGuy

Results 23 comments of ArchGuy

> 安卓没有 1024 以下端口的权限。 我已root

而且之前用其它软件,如frp时,setcap设置一下也能监听1024以下端口

> 那你试试,端口转发?我手机没 root ,没得测试。 不需要啊,按理说我setcap设置一下就能绑低位端口了

> 你把源码下载到你手机编译,跑看看。你这种情况,我也没法测试。 好的

You can start multiple shadowsocks instances use this: ``` #[email protected] [Unit] Description=Shadowsocks-Rust Server Service After=network.target Wants=network-online.target [Service] Type=simple DynamicUser=yes CapabilityBoundingSet=CAP_NET_BIND_SERVICE ExecStart=/usr/bin/ssservice server --log-without-time -c /etc/shadowsocks-rust/%i.json [Install] WantedBy=multi-user.target ```

I found a better way to resolve this, install scoop first, then use scoop to install/update winget. As winget is just an installer, not a package manager.

> The App Installer was just added to the community repository so you can now run `winget upgrade winget`. But the previous version cannot be removed, because it's a part...

Is there anyone still fail to build libffi-sys on windows?You may need to install [mingw-w64-x86_64-autotools] to get it work.

@oli-obk Only this error?I also got another error "Program not found".