diff --git a/CHANGELOG.md b/CHANGELOG.md index e049677..ace9f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,4 +62,5 @@ # v0.6.3 1. bootstrap降版到4.6.1 -2. dashboard页面支持隧道类型筛选 \ No newline at end of file +2. dashboard页面支持隧道类型筛选 +3. **为遵守中国法律,移除内网穿透功能** \ No newline at end of file diff --git a/code/client/dashboard/h_tunnels.go b/code/client/dashboard/h_rules.go similarity index 100% rename from code/client/dashboard/h_tunnels.go rename to code/client/dashboard/h_rules.go diff --git a/code/client/main.go b/code/client/main.go index 7ca45a9..3f67044 100644 --- a/code/client/main.go +++ b/code/client/main.go @@ -38,7 +38,7 @@ func main() { conf := flag.String("conf", "", "configure file path") ver := flag.Bool("version", false, "show version info") act := flag.String("action", "", "install or uninstall") - name := flag.String("name", "", "tunnel name") + name := flag.String("name", "", "rule name") vport := flag.Uint("vport", 6155, "vnc worker listen port") vcursor := flag.Bool("vcursor", false, "vnc show cursor") flag.Parse() diff --git a/html/dashboard/index.html b/html/dashboard/index.html index a778782..ab96d6e 100644 --- a/html/dashboard/index.html +++ b/html/dashboard/index.html @@ -4,10 +4,10 @@ {{template "aside" .}}