diff --git a/README.md b/README.md index db56d44..109dd9f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ## 介绍 -**状态: Beta** +**状态: Stable** opennotr是一款开源的内网穿透软件,内部使用`透明代理`实现流量劫持,同时,基于虚拟IP构建虚拟局域网,整体技术与k8s的service技术类似,虚拟IP与service ip类似,只在opennotr的服务端所在的机器可以访问,在其他任何位置都无法访问该虚拟ip。 diff --git a/README_EN.md b/README_EN.md index e0e0b09..08cf0c5 100644 --- a/README_EN.md +++ b/README_EN.md @@ -6,7 +6,7 @@ opennotr is a nat tranversal application base on `tproxy` and openresty. opennotr provides http, https, grpc, tcp and udp nat traversal. For http, https, grpc, opennotr supports multi client share the 80/443 ports, it maybe useful for wechat, facebook webhook debug. -**Status: Beta** +**Status: Stable** The technical architecture of opennotr