TG Telegram Group Link
Channel: 秋水逸冰
Back to Bottom
2024 年 4 月 5 日 Teddysun's Linux Repository 更新日志

1. 编译了 dnsproxy 版本 v0.68.0

Teddysun's Linux Repository 的网址:
https://dl.lamp.sh/linux/rhel/

Teddysun's Linux Repository 的安装方式:
yum-config-manager --add-repo https://dl.lamp.sh/linux/rhel/teddysun_linux.repo


安装和确认版本的命令如下:
yum makecache
yum install -y dnsproxy && dnsproxy --version


dnsproxy 的用法请参考:
https://github.com/AdguardTeam/dnsproxy
2024 年 4 月 5 日 Teddysun's Linux Repository 更新日志

1. 基于 Go 1.22.2 重新编译了 caddy 版本 v2.7.6

为什么要重新编译二进制文件?
Go 1.22.2 修复了 net/http 包的 CVE-2023-45288,而 Caddy 依赖于 net/http 包。

Teddysun's Linux Repository 的网址:
https://dl.lamp.sh/linux/rhel/

Teddysun's Linux Repository 的安装方式:
yum-config-manager --add-repo https://dl.lamp.sh/linux/rhel/teddysun_linux.repo


安装和确认版本的命令如下:
yum makecache
yum install -y caddy && caddy version


查看编译信息的命令如下:
caddy build-info


关于 Caddy 的用法请参考:
https://caddyserver.com/docs/
2024 年 4 月 9 日 Teddysun's Shadowsocks Repository 更新日志

1. 升级 sing-box 到版本 v1.8.11

rpm 升级和确认版本的命令如下:
yum makecache
yum update -y sing-box && sing-box version


deb 升级和确认版本的命令如下:
apt-get update
apt-get install --only-upgrade -y sing-box && sing-box version


详情参考:
https://teddysun.com/666.html
https://teddysun.net/666.html
https://qiushuiyibing.com/666.html
https://boys.tf/666.html
2024 年 4 月 9 日 Teddysun's Linux Repository 更新日志

1. 编译了 frp 版本 v0.57.0

Teddysun's Linux Repository 的网址:
https://dl.lamp.sh/linux/rhel/

Teddysun's Linux Repository 的安装方式:
yum-config-manager --add-repo https://dl.lamp.sh/linux/rhel/teddysun_linux.repo


升级和确认版本的命令如下:
yum makecache
yum update -y frp && frps --version


frp 服务的用法:https://hottg.com/qiushuiyibing/852
frp 用法的完整文档请参考:https://gofrp.org
如何编写(修改)配置文件,请参考示例:https://gofrp.org/zh-cn/docs/examples/
2024 年 4 月 12 日 Teddysun's Linux Repository 更新日志

1. 编译了 dnsproxy 版本 v0.69.2

Teddysun's Linux Repository 的网址:
https://dl.lamp.sh/linux/rhel/

Teddysun's Linux Repository 的安装方式:
yum-config-manager --add-repo https://dl.lamp.sh/linux/rhel/teddysun_linux.repo


安装和确认版本的命令如下:
yum makecache
yum install -y dnsproxy && dnsproxy --version


dnsproxy 的用法请参考:
https://github.com/AdguardTeam/dnsproxy
2024 年 4 月 12 日 Teddysun's Shadowsocks Repository 更新日志

1. 新增支持 Ubuntu 24.04 系统。

Ubuntu 系统下使用指南
添加 Teddysun Shadowsocks Repository 的公钥(以下均为使用 root 用户操作)
apt-get update
apt-get -y install lsb-release ca-certificates curl gnupg
curl -fsSL https://dl.lamp.sh/shadowsocks/DEB-GPG-KEY-Teddysun | gpg --dearmor --yes -o /usr/share/keyrings/deb-gpg-key-teddysun.gpg
chmod a+r /usr/share/keyrings/deb-gpg-key-teddysun.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/deb-gpg-key-teddysun.gpg] https://dl.lamp.sh/shadowsocks/ubuntu/ $(lsb_release -sc) main" >/etc/apt/sources.list.d/teddysun.list


重建 repo 缓存,执行如下命令:
apt-get update


通过 apt-get 来安装软件包,比如:
apt-get install -y xray xray-plugin


详情参考:
https://teddysun.com/666.html
https://teddysun.net/666.html
https://qiushuiyibing.com/666.html
https://boys.tf/666.html
2024 年 4 月 12 日 Teddysun's Linux Repository 更新日志

1. 新增了 freenginx 版本 v1.26.0

Teddysun's Linux Repository 的网址:
https://dl.lamp.sh/linux/rhel/

Teddysun's Linux Repository 的安装方式:
yum-config-manager --add-repo https://dl.lamp.sh/linux/rhel/teddysun_linux.repo


安装和确认版本的命令如下:
yum makecache
yum install -y freenginx && nginx -V


freenginx 的用法请参考:
https://freenginx.org/en/docs/
2024 年 4 月 13 日 Hysteria Docker Image 更新日志:

1. 构建了 Linux 的 7 种系统架构镜像,分别是:
amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x;
2. 编译最新版本 v2.4.1

※注意:本次更新详情请参考这里

简单说明:
hysteria 是在 Go 1.22.2 环境下交叉编译好的各个系统架构的二进制文件,然后在编译 Dockerfile 时,由 shell 脚本自动判断系统架构,并下载对应的二进制文件到 Docker Image;

Tags: latest, 2.4.1

使用方法详见:
https://hub.docker.com/r/teddysun/hysteria/
https://github.com/apernet/hysteria
2024 年 4 月 13 日 Teddysun's Shadowsocks Repository 更新日志

1. 编译了 hysteria 最新版 v2.4.1

rpm 升级和确认版本的命令如下:
yum makecache
yum update -y hysteria && hysteria version


deb 升级和确认版本的命令如下:
apt-get update
apt-get install --only-upgrade -y hysteria && hysteria version

详情参考:
https://teddysun.com/666.html
https://teddysun.net/666.html
https://qiushuiyibing.com/666.html
https://boys.tf/666.html
2024 年 4 月 19 日 V2Ray Docker Image 更新日志:

1. 构建了 Linux 的 7 种系统架构镜像,分别是:
amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x;
2. 编译最新版本 5.15.3
3. 更新 geoip.dat (202404180039)
4. 更新 geosite.dat (20240416175239)
5. 由于 geoip.dat 体积增大,新增 geoip-only-cn-private.dat 文件,只包含 geoip:cngeoip:private 两项,可作为 geoip.dat 文件的替代品。

※注意:本次更新详情请参考这里

简单说明:
v2ray 是在 Go 1.22.2 环境下交叉编译好的各个系统架构的二进制文件,然后在编译 Dockerfile 时,用 shell 脚本自动判断系统架构,并下载对应的二进制文件到 Docker Image;
※v2ray 的 v5 大版本中已经不再包含 v2ctl。

Tags: latest, 5.15.3

使用方法详见:
https://hub.docker.com/r/teddysun/v2ray/
2024 年 4 月 19 日 Teddysun's Shadowsocks Repository 更新日志

1. 编译了 v2ray 最新版 v5.15.3

rpm 升级和确认版本的命令如下:
yum makecache
yum update -y v2ray && v2ray version

deb 升级和确认版本的命令如下:
apt-get update
apt-get install --only-upgrade -y v2ray && v2ray version

详情参考:
https://teddysun.com/666.html
https://teddysun.net/666.html
https://qiushuiyibing.com/666.html
https://boys.tf/666.html
2024 年 4 月 21 日 Teddysun's Linux Repository 更新日志

1. 新增了 7zip 版本 v23.01
说明:此版本不同于各发行版自带的 p7zip,而是基于官方开源的 v23.01 版代码并参考了 Debian 的开源方案编译而来。

Teddysun's Linux Repository 的网址:
主站:https://dl.lamp.sh/linux/rhel/
备用:https://fr1.teddyvps.com/linux/rhel/

Teddysun's Linux Repository 的安装方式:
yum-config-manager --add-repo https://dl.lamp.sh/linux/rhel/teddysun_linux.repo


安装的命令如下:
yum makecache
yum install -y 7zip


7zip 的用法请参考:
https://www.7-zip.org/
2024 年 4 月 22 日 shadowsocks-rust Docker Image 更新日志:

1. 基于 debian:bookworm-slim 构建了 Linux 的 3 种系统架构镜像,分别是:
amd64, arm32v7, arm64v8;
2. 基于 alpine:latest 构建了 Linux 的 4 种系统架构镜像,分别是:
amd64, arm32v6, arm32v7, arm64v8;
3. 集成了 shadowsocks-rust 最新 release v1.18.3对应系统架构的二进制文件;
4. 集成了在 go 1.22.1 环境下编译的 v2ray-plugin(基于 v2ray-core v5.15.1);
5. 集成了在 go 1.22.1 环境下编译的 xray-plugin(基于 Xray-core v1.8.10)。

其中 v2ray-plugin 和 xray-plugin 插件均已支持 gRPC 协议。

Tags: latest, 1.18.3, debian, debian-1.18.3, alpine, alpine-1.18.3

具体使用方法详见:
https://hub.docker.com/r/teddysun/shadowsocks-rust/
2024 年 4 月 22 日 Teddysun's Shadowsocks Repository 更新日志

1. 编译了 shadowsocks-rust 版本 v1.18.3

rpm 升级和确认版本的命令如下:
yum makecache && yum update -y shadowsocks-rust && ssservice --version

deb 升级和确认版本的命令如下:
apt-get update
apt-get install --only-upgrade -y shadowsocks-rust && ssservice --version


详情参考:
https://teddysun.com/666.html
https://teddysun.net/666.html
https://qiushuiyibing.com/666.html
https://boys.tf/666.html
2024 年 4 月 26 日 Xray Docker Image 更新日志:

1. 构建了 Linux 的 7 种系统架构镜像,分别是:
amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x;
2. Go 1.22.2 环境下编译最新版本 1.8.11
版本信息:
Xray 1.8.11 (Xray, Penetrates Everything.) Custom (go1.22.2 linux/amd64)
A unified platform for anti-censorship.

3. 更新 geoip.dat (202404250042)
4. 更新 geosite.dat (20240426060244)

※本次更新详情,参考这里

简单说明:
Xray-core 是在 Go 1.22.2 环境下交叉编译好的各个系统架构的二进制文件,然后在编译 Dockerfile 时,用 shell 脚本自动判断系统架构,并下载对应的二进制文件到 Docker Image。

Tags: latest, 1.8.11

使用方法详见:
https://hub.docker.com/r/teddysun/xray/
2024 年 4 月 26 日 xray-plugin 及 xray-plugin-android 更新日志:

1. 升级 Xray-core 到版本 v1.8.11
2. 使用 Go 1.22.2 编译。

xray-plugin 下载地址详见:
https://github.com/teddysun/xray-plugin/releases

xray-plugin-android 下载地址详见:
https://github.com/teddysun/xray-plugin-android/releases
2024 年 4 月 26 日 Teddysun's Shadowsocks Repository 更新日志

1. 升级 xray 到版本 v1.8.11
2. 升级 xray-plugin 到版本 v1.8.11

详情参考:
https://teddysun.com/666.html
https://teddysun.net/666.html
https://qiushuiyibing.com/666.html
https://boys.tf/666.html
2024 年 4 月 26 日更新日志

如何更简单安装和使用 Teddysun's Shadowsocks Repository 以及 Teddysun's Linux Repository

1)制作了一个 teddysun-release 的 rpm 包,如下直接安装即可。
・Enterprise Linux 7 (CentOS 7, RHEL 7)
yum install -y yum-utils epel-release
yum-config-manager --enable epel
yum install -y https://dl.lamp.sh/shadowsocks/rhel/el7/x86_64/teddysun-release-1.0-1.el7.noarch.rpm
yum makecache


・Enterprise Linux 8 (CentOS Stream 8, RHEL 8, Rocky Linux 8, AlmaLinux 8, Oracle Linux 8)
yum install -y yum-utils epel-release
yum-config-manager --enable epel
yum install -y https://dl.lamp.sh/shadowsocks/rhel/el8/x86_64/teddysun-release-1.0-1.el8.noarch.rpm
yum makecache


・Enterprise Linux 9 (CentOS Stream 9, RHEL 9, Rocky Linux 9, AlmaLinux 9, Oracle Linux 9)
yum install -y yum-utils epel-release
yum-config-manager --enable epel
yum install -y https://dl.lamp.sh/shadowsocks/rhel/el9/x86_64/teddysun-release-1.0-1.el9.noarch.rpm
yum makecache


2)通过 yum 命令来安装软件包,比如:

yum install -y shadowsocks-rust v2ray-plugin xray-plugin

具体如何使用,详情参考:
https://teddysun.com/666.html
https://teddysun.net/666.html
https://qiushuiyibing.com/666.html
https://boys.tf/666.html
2024 年 4 月 26 日 Teddysun's Shadowsocks Repository 更新日志

1. 升级 sing-box 到版本 v1.8.12

rpm 升级和确认版本的命令如下:
yum makecache
yum update -y sing-box && sing-box version


deb 升级和确认版本的命令如下:
apt-get update
apt-get install --only-upgrade -y sing-box && sing-box version


详情参考:
https://teddysun.com/666.html
https://teddysun.net/666.html
https://qiushuiyibing.com/666.html
https://boys.tf/666.html
2024 年 4 月 26 日 Teddysun's Linux Repository 更新日志

1. 编译了 dnsproxy 版本 v0.71.0

Teddysun's Linux Repository 的网址:
https://dl.lamp.sh/linux/rhel/

Teddysun's Linux Repository 的安装方式:
https://hottg.com/qiushuiyibing/949

安装和确认版本的命令如下:
yum makecache
yum install -y dnsproxy && dnsproxy --version


dnsproxy 的用法请参考:
https://github.com/AdguardTeam/dnsproxy
HTML Embed Code:
2024/04/26 17:25:57
Back to Top