服务器重启之后就上不去了 --2018-12-26 11:24:13-- http://softbank.5mz.top/bash/gyj.sh Resolving softbank.5mz.top (softbank.5mz.top)... failed: Temporary failure in name resolution. wget: unable to resolve host address ‘softbank.5mz.top’
有个问题,我按照视频教程把所有的步骤都走完了,依然是上不了google;然后我找了一个别的脚本也是按照步骤一步步来然后成功了,我不知道具体问题出在哪里,另一个脚本没让安装 libsodium(chacha20),加密是:aes-256-cfb、协议是:auth_sha1_v4、混淆:plain,是这些,我是真的不知道问题出在哪里了求解答
--2019-03-21 09:37:38-- (try: 6) https://us-west.host.dtic.ga/package/manyuser.zip Connecting to us-west.host.dtic.ga (us-west.host.dtic.ga)|195.20.52.238|:443... failed: Connection timed out. ------------------ https://us-west.host.dtic.ga/package/manyuser.zip 这个文件下载不下来,是不是服务器挂了
/tmp/tmp.a80NsReTtl/gyj.sh: line 1015: ./configure: No such file or directory [错误] libsodium 安装失败 这要怎么办
复制粘贴到 ssh ,手动编译安装 wget -N --no-check-certificate https://github.com/jedisct1/libsodium/releases/download/1.0.18-RELEASE/libsodium-1.0.18.tar.gz tar xvf libsodium-1.0.18.tar.gz cd libsodium-1.0.18 ./configure make && make check make install