更新文档

This commit is contained in:
user123
2025-12-19 22:08:12 +08:00
parent 726ef0d770
commit 3c6ed4229e

View File

@@ -1,9 +1,13 @@
### L2TP自动安装脚本
```
curl -sSL https://cdn.jsdelivr.net/gh/sky22333/shell@main/l2tp/l2tp -o /usr/local/bin/l2tp && chmod +x /usr/local/bin/l2tp
```
```
# 自动安装
l2tp
# 自动安装以及配置透明代理分流规则
l2tp -out
# 卸载服务
l2tp -rm
```
### linux编译