Archived
更新 TS 服务器配置
This commit is contained in:
+2
-2
@@ -201,7 +201,7 @@ $ sudo nvim /etc/sysctl.d/99-sysctl.conf
|
|||||||
kernel.panic = 20
|
kernel.panic = 20
|
||||||
kernel.panic_on_oops = 1
|
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.tcp_congestion_control = bbr
|
||||||
|
|
||||||
net.ipv4.ip_forward = 1
|
net.ipv4.ip_forward = 1
|
||||||
@@ -544,7 +544,7 @@ cache-size=2048
|
|||||||
max-cache-ttl=7200
|
max-cache-ttl=7200
|
||||||
fast-dns-retry=1800
|
fast-dns-retry=1800
|
||||||
|
|
||||||
interface=eth0
|
interface=eth0,tailscale0
|
||||||
rebind-domain-ok=/fox.internal/
|
rebind-domain-ok=/fox.internal/
|
||||||
|
|
||||||
bind-dynamic
|
bind-dynamic
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
kernel.panic = 20
|
kernel.panic = 20
|
||||||
kernel.panic_on_oops = 1
|
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.tcp_congestion_control = bbr
|
||||||
|
|
||||||
net.ipv4.ip_forward = 1
|
net.ipv4.ip_forward = 1
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ cache-size=2048
|
|||||||
max-cache-ttl=7200
|
max-cache-ttl=7200
|
||||||
fast-dns-retry=1800
|
fast-dns-retry=1800
|
||||||
|
|
||||||
interface=eth0
|
interface=eth0,tailscale0
|
||||||
rebind-domain-ok=/fox.internal/
|
rebind-domain-ok=/fox.internal/
|
||||||
|
|
||||||
bind-dynamic
|
bind-dynamic
|
||||||
|
|||||||
Reference in New Issue
Block a user