Coder Social home page Coder Social logo

doubi's People

Contributors

autisticshark avatar sam7894604 avatar smithyj avatar tom-kst avatar toyodadoubibackup avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

doubi's Issues

MTProto运行出错

日志如下

[13301][2023-07-04 20:20:35.124773 local] Invoking engine mtproxy-0.01 compiled at Jul 4 2023 20:18:08 by gcc 4.8.5 20150623 (Red Hat 4.8.5-44) 64-bit after commit dc0c7f3de40530053189c572936ae4fd1567269b
[13301][2023-07-04 20:20:35.125295 local] config_filename = 'proxy-multi.conf'
fatal: expected to find a mtproto-proxy configuration with `proxy' directives near
[13301][2023-07-04 20:20:35.125457 local] error while re-reading config file proxy-multi.conf, new configuration NOT applied
config check failed! (code -1)

推荐个白嫖机场

支持 V2Ray 和 Trojan,号称永不被封,实测免费节点晚上上网高峰时段,看油管 2K 无压力。

注册免费送三天,可连续白嫖,最主要的是不限流量不限速!

速度上限 100Mb/s,秒开 YouTube 、Ins,还能看奈飞 /Netflix 、Hulu 、HBO 、动画疯、TVB 、Apple TV...

无惧封锁,Trojan 、V2Ray 协议超强抗封锁,也支持 SSR 的哦。

机场名字叫西部世界,开很多年了,注册链接: https://xbsj9895.xyz/i/iv200411/KBjnPHE

TOYO,使用了你的 Caddy 一键安装脚本,但设置了 http.filter 块后,启动失败

我使用以下命令安装 Caddy:
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/caddy_install.sh && chmod +x caddy_install.sh && bash caddy_install.sh install http.filemanager http.filter http.redir

如下设置 /usr/local/caddy/Caddyfile 文件:
https://example.com {
gzip
tls /etc/caddy/ssl/letsencrypt.pem /etc/caddy/ssl/example.com-key.pem
proxy / https://another-example.com
filter rule {
content_type text/.*
search_pattern apis.google.com
replacement apix.example.com
}
}

https://apix.example.com {
gzip
tls /etc/caddy/ssl/letsencrypt.pem /etc/caddy/ssl/example.com-key.pem
proxy / apis.google.com
}

但重启服务 | /etc/init.d/caddy restart | 出现以下错误:
[信息] Caddy 停止成功 !
[错误] Caddy 启动失败 !

TOYO, Help!

每次重启机子需要重装ssr的问题

内核Linux vps 4.15.18-11-pve ,ssrmu.sh安装完后可以正常使用,但是每次reboot机子之后,ssrmu提示当前状态: 已安装 并 已启动但无法正常连接,必须重装一次才能继续使用

Caddy脚本求更新ARM64支持

用aws的t4g提示
[错误] 不支持 [aarch64] ! 请向本站反馈[]中的名称,我会看看是否可以添加支持。
谢谢大佬

CentOS8 上有个 Bug

刚刚试了下,在 GCP 上新建了 CentOS8 的公共映像,然后安装,最后启动一直失败。
看了下 /etc/init.d/ssr 发现 do_start 函数里的 python_ver 并不存在,因为 python 自动安装时没有装好。
解决方案是去 /usr/bin 下面补上 python 的软链就行了。

不过为了方便,最好在启动脚本里做个兼容。

docker errors

https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh
how in Dockerfile

ENV DEBIAN_FRONTEND noninteractive
ARG DEBIAN_FRONTEND=noninteractive


# echo && read -e -p "请输入数字 [1-15]:" num
num=1
ssr.sh: line 581: python: command not found
cp: cannot stat '/usr/share/zoneinfo/Asia/Shanghai': No such file or directory
ssr.sh: line 109: iptables-save: command not found
ssr.sh: line 110: ip6tables-save: command not found
ssr.sh: line 111: /etc/network/if-pre-up.d/iptables: No such file or directory
chmod: cannot access '/etc/network/if-pre-up.d/iptables': No such file or directory
[信息] 开始添加 iptables防火墙规则...
ssr.sh: line 82: iptables: command not found
ssr.sh: line 83: iptables: command not found
ssr.sh: line 84: ip6tables: command not found
ssr.sh: line 85: ip6tables: command not found
[信息] 开始保存 iptables防火墙规则...
ssr.sh: line 98: iptables-save: command not found
ssr.sh: line 99: ip6tables-save: command not found
[信息] 所有步骤 安装完毕,开始启动 ShadowsocksR服务端...
[信息] ShadowsocksR 启动成功 !
TERM environment variable not set.

see
https://github.com/hktalent/myssr

Caddy更新问题

Caddy更新到0.11.2了,使用caddy_install.sh覆盖安装后再查看版本发现并没有更新。
wx20190203-111519

安装报错

Last-modified header missing -- time-stamps turned off.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.