From 8f08c4af813857cc47f3d75512ea1ec8f6a168d3 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Tue, 20 May 2025 00:18:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20TS=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07.PVE制作TS服务器.md | 4 ++-- src/debian/debian_ts_99_sysctl.conf | 2 +- src/debian/debian_ts_dnsmasq.conf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 1d47127..0f314fb 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -201,7 +201,7 @@ $ sudo nvim /etc/sysctl.d/99-sysctl.conf kernel.panic = 20 kernel.panic_on_oops = 1 -net.core.default_qdisc = fq_pie +net.core.default_qdisc = fq_codel net.ipv4.tcp_congestion_control = bbr net.ipv4.ip_forward = 1 @@ -544,7 +544,7 @@ cache-size=2048 max-cache-ttl=7200 fast-dns-retry=1800 -interface=eth0 +interface=eth0,tailscale0 rebind-domain-ok=/fox.internal/ bind-dynamic diff --git a/src/debian/debian_ts_99_sysctl.conf b/src/debian/debian_ts_99_sysctl.conf index 2740a5b..31611eb 100644 --- a/src/debian/debian_ts_99_sysctl.conf +++ b/src/debian/debian_ts_99_sysctl.conf @@ -4,7 +4,7 @@ kernel.panic = 20 kernel.panic_on_oops = 1 -net.core.default_qdisc = fq_pie +net.core.default_qdisc = fq_codel net.ipv4.tcp_congestion_control = bbr net.ipv4.ip_forward = 1 diff --git a/src/debian/debian_ts_dnsmasq.conf b/src/debian/debian_ts_dnsmasq.conf index 3003255..056810f 100644 --- a/src/debian/debian_ts_dnsmasq.conf +++ b/src/debian/debian_ts_dnsmasq.conf @@ -13,7 +13,7 @@ cache-size=2048 max-cache-ttl=7200 fast-dns-retry=1800 -interface=eth0 +interface=eth0,tailscale0 rebind-domain-ok=/fox.internal/ bind-dynamic