diff --git a/plugins/l2tp/index.html b/plugins/l2tp/index.html
index 13b95bfaf..c4bf80ed4 100755
--- a/plugins/l2tp/index.html
+++ b/plugins/l2tp/index.html
@@ -5,6 +5,7 @@
用户配置
PSK配置
用户列表
+ 说明
diff --git a/plugins/l2tp/js/l2tp.js b/plugins/l2tp/js/l2tp.js
index 12b0c4fc4..df80baa57 100755
--- a/plugins/l2tp/js/l2tp.js
+++ b/plugins/l2tp/js/l2tp.js
@@ -148,3 +148,11 @@ function modUser(username){
});
}
+
+function readme(){
+ var readme = '
';
+ readme += '- PPTP需开放端口:UDP:1723
';
+ readme += '- L2TP需开放端口:UDP:500,UDP:4500,UDP:1701
';
+ readme += '
';
+ $('.soft-man-con').html(readme);
+}