From b0beb5177f0d4e99fe08108dd227d02cd9b7e79d Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Fri, 19 Jul 2024 12:37:05 +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 ac74844..156e02d 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 +net.core.default_qdisc = fq_pie 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 6c25a6b..e3db68f 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 +net.core.default_qdisc = fq_pie net.ipv4.tcp_congestion_control = bbr # Other adjustable system parameters