Merge pull request #93 from hanimeia/patch-3

Update ppp-down 解决 随机性断线重拨 无ipv6 问题
This commit is contained in:
padavanonly
2025-06-13 14:21:47 +08:00
committed by GitHub

View File

@@ -11,3 +11,7 @@ proto_send_update "$PPP_IPPARAM"
[ -x "$SCRIPT" ] && "$SCRIPT" "$@"
done
}
# sleep 3s to wait wan_6 down
sleep 3