add README for this feature

This commit is contained in:
zhouwenfeng 2019-08-14 20:44:44 +08:00
parent ff357882ac
commit d1f4ac0f2d
2 changed files with 2 additions and 0 deletions

View File

@ -265,6 +265,7 @@ Configure frps same as above.
plugin_crt_path = ./server.crt plugin_crt_path = ./server.crt
plugin_key_path = ./server.key plugin_key_path = ./server.key
plugin_host_header_rewrite = 127.0.0.1 plugin_host_header_rewrite = 127.0.0.1
plugin_header_X-From-Where = frp
``` ```
2. Visit `https://test.yourdomain.com`. 2. Visit `https://test.yourdomain.com`.

View File

@ -270,6 +270,7 @@ frps 的部署步骤同上。
plugin_crt_path = ./server.crt plugin_crt_path = ./server.crt
plugin_key_path = ./server.key plugin_key_path = ./server.key
plugin_host_header_rewrite = 127.0.0.1 plugin_host_header_rewrite = 127.0.0.1
plugin_header_X-From-Where = frp
``` ```
2. 通过浏览器访问 `https://test.yourdomain.com` 即可。 2. 通过浏览器访问 `https://test.yourdomain.com` 即可。