loyess

Results 8 comments of loyess

``` curl -OL https://github.com/loyess/2022/raw/main/2022script.sh chmod +x 2022script.sh ./2022script.sh ```

Plugin Options:...... ;AlternativeNames=cloudflare.com,github.com

AlternativeNames is a client parameter, and the server does not need to be added.

ss server: ``` { "server":"0.0.0.0", "server_port":10123, "password":"ItEWk7Dhk4rj", "timeout":300, "user":"nobody", "method":"aes-256-gcm", "nameserver":"8.8.8.8", "mode":"tcp_and_udp" } ``` cloak server: ``` { "ProxyBook":{ "shadowsocks":["tcp","127.0.0.1:10123"] }, "BindAddr":[":443",":80"], "BypassUID":[], "RedirAddr":"13.107.21.200", "PrivateKey":"qO5PV7/cZFlIQ9z2M1kOd/3xEpl6Mc/Jzy+P0TTebms=", "AdminUID":"lDvVmQ7VrYP22PiJW03neg==", "DatabasePath":"/etc/cloak/userinfo.db" } ``` ```...

![image](https://user-images.githubusercontent.com/24491220/120928721-6efaba00-c718-11eb-9233-9b3738c84312.png) ckclient.json ``` { "Transport":"direct", "ProxyMethod":"shadowsocks", "EncryptionMethod":"plain", "UID":"lDvVmQ7VrYP22PiJW03neg==", "PublicKey":"zDDtAIYn0NFS8qUb94EOmtohZi0zJiWfQn2kDa/vNVA=", "ServerName":"www.bing.com", "AlternativeNames":["cloudflare.com", "github.com"], "NumConn":4, "BrowserSig":"chrome", "StreamTimeout":300 } ``` This configuration can also be connected normally. Note: `ckclient.json` and `Shadowsocks.exe` are in...

For me, it works well on ss-win, but cannot access the network on android. adb logcat seems to be all right.

> [信息] 检查EPEL存储库. > Command line error: one of the following arguments is required: --save --add-repo --dump --dump-variables --set-enabled --enable --set-disabled --disable 上方的这个错误,是因为脚本中,这一段代码的错误 [utils/dependencies.sh#L83C9-L87](https://github.com/loyess/Shell/blob/584417a254b87cb104d1445a3246ee247cf57ffa/utils/dependencies.sh#L83C9-L87) 导致的,但是,它并没有任何影响,因为,我用 CentOS 9 看了下,它的 EPEL 库...

我刚在 `Vultr` 进行了安装测试,VPS配置: `1 vCPU/1 GB Memory` 、 `CentOS 9 Stream x64` 它是可以安装成功的。至于,最低内存限制是多少,我没测试过,这个可能要你自己测试了。 > 之前在同样内存(512M)的centos 7似乎没有出现这个问题 至于你的这个问题,会不是,CentOS 9 Stream 比 CentOS 7 更占用内存?