From 1336af517ece0251340fc67efaf1759c67e29cc1 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 22 Jul 2024 17:12:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20DNS=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E6=B5=81=E6=8E=A7=E7=AE=97=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05.PVE制作虚拟机模板.md | 2 +- src/debian/debian_dns_99_sysctl.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/05.PVE制作虚拟机模板.md b/05.PVE制作虚拟机模板.md index 156e02d..0c4efee 100644 --- a/05.PVE制作虚拟机模板.md +++ b/05.PVE制作虚拟机模板.md @@ -187,7 +187,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 # Other adjustable system parameters diff --git a/src/debian/debian_dns_99_sysctl.conf b/src/debian/debian_dns_99_sysctl.conf index e3db68f..cf3f425 100644 --- a/src/debian/debian_dns_99_sysctl.conf +++ b/src/debian/debian_dns_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 # Other adjustable system parameters