mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-09-01 14:32:53 +08:00
优化文案描述 & 新增 TS UDP 优化
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# This configuration file is customized by fox,
|
||||
# Optimize for TS UDP performance.
|
||||
|
||||
[Unit]
|
||||
Description=Tailscale Network Optimization for Subnet/Exit Nodes
|
||||
ConditionVirtualization=!container
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
Before=tailscaled.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/tailscale-nic-optim.sh
|
||||
RemainAfterExit=yes
|
||||
StandardOutput=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user