优化脚本

This commit is contained in:
2025-10-28 09:58:04 +08:00
parent 08029541ee
commit b64513d09e
2 changed files with 5 additions and 4 deletions

View File

@@ -31,5 +31,8 @@ EOF
sudo chmod +x /etc/networkd-dispatcher/routable.d/00-run-route-script
echo "Install Success,And You can Try sudo systemctl status networkd-dispatcher to see."
echo "Done!"
echo "Try this to restart interface : systemctl restart wg-quick@wg_40000"
echo "And run this to check install : systemctl status networkd-dispatcher"

View File

@@ -3,9 +3,7 @@
## 安装:
wget https://git.nia.ink/brnet/inet_setting/raw/branch/main/keep_set.sh
chmod 777 ./keep_set.sh
./keep_set.sh
wget https://git.nia.ink/brnet/inet_setting/raw/branch/main/keep_set.sh && chmod 777 ./keep_set.sh && ./keep_set.sh && rm keep_set.sh
## 如何修改44net边界IP
修改/usr/local/bin/setup_route.sh这个文件内的TARGET_IP变量就好