一键DD/重装
更换软件源
ssh_tool
https://github.com/eooce/ssh_tool
bbr
wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
ipv6 优选
Making the Fastest Address Permanent (On Your Server)
- Choose one of the fastest IPv6 addresses from the output of the Python script.
On your server, you'll need to add this address to your network interface configuration. The method depends on how your server manages network settings (e.g., /etc/network/interfaces, Netplan).
Example using /etc/network/interfaces:
- Open the file with root privileges (e.g., using
sudo nano /etc/network/interfaces
). - Find the section for your network interface (e.g., eth0).
- Add a line to assign the chosen IPv6 address, like this:
up ip addr add YOUR_FASTEST_ADDRESS/64 dev eth0
(Replace YOUR_FASTEST_ADDRESS with the actual IPv6 address you selected.)- Save the file and restart your networking service (e.g.,
sudo systemctl restart networking
).
- Open the file with root privileges (e.g., using
- Test your connection to make sure the new IPv6 address is working as expected.