Update shadowsocks.js

This commit is contained in:
midoks 2020-06-02 16:57:17 +08:00
parent 0c43fcda07
commit 2ff18a9cf9
1 changed files with 1 additions and 2 deletions

View File

@ -86,8 +86,7 @@ function userList(){
function readme(){
var readme = '<ul class="help-info-text c7">';
readme += '<li>PPTP需开放端口UDP:1723</li>';
readme += '<li>L2TP需开放端口UDP:500,UDP:4500,UDP:1701</li>';
readme += '<li>需开放配置文件[port_password]端口</li>';
readme += '</ul>';
$('.soft-man-con').html(readme);
}