From 00fe867f4d48eb7c8324b7616804a7d6c607ded6 Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Mon, 15 Jul 2019 14:59:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=8F=82=E8=80=83=E8=B5=84?= =?UTF-8?q?=E6=96=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- Software/Application/Gotty/Gotty_的安装与配置.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Software/Application/Gotty/Gotty_的安装与配置.md b/Software/Application/Gotty/Gotty_的安装与配置.md index 524735a..a6b0190 100644 --- a/Software/Application/Gotty/Gotty_的安装与配置.md +++ b/Software/Application/Gotty/Gotty_的安装与配置.md @@ -70,3 +70,7 @@ gotty --config= tmux new -A -s gotty ```sh gotty -t --tls-crt=./gotty.crt --tls-key=./gotty.key -w -p "9000" -c "user:pass" tmux new -A -s gotty ``` + +## 参考文献 + +1. [GoTTY:把你的 Linux 终端放到浏览器里面](https://zhuanlan.zhihu.com/p/26590894)