From 276130edcc9fbc9761160f0334b8b3ab33bd88b8 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:33:08 +0800 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index ff8da31..6ff813e 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,35 @@ address and port dependent 更新时间[Version]: 2024.06.08 +下载及安装 + ``` curl https://raw.githubusercontent.com/oneclickvirt/gostun/main/gostun_install.sh -sSf | sh ``` +使用 + +``` +gostun +``` + +或 + +``` +./gostun +``` + +进行测试 + 无环境依赖,理论上适配所有系统和主流架构,更多架构请查看 https://github.com/oneclickvirt/gostun/releases/tag/output ``` +Usage of gostun: -server string STUN server address (default "stun.voipgate.com:3478") -timeout int the number of seconds to wait for STUN server's response (default 3) + -v show version -verbose int the verbosity level ```