mirror of
https://github.com/fumiama/go-nd-portal.git
synced 2026-06-09 18:40:30 +08:00
26 lines
560 B
Markdown
26 lines
560 B
Markdown
# go-nd-portal
|
|
Go 你电 portal
|
|
|
|
## 安装
|
|
|
|
你可以下载 [已经编译好的二进制文件](https://github.com/fumiama/go-nd-portal/releases).
|
|
|
|
从源码安装:
|
|
```bash
|
|
$ go install github.com/fumiama/go-nd-portal@latest
|
|
```
|
|
|
|
## 使用方法
|
|
|
|
> 也可不带参数运行,会在启动时询问参数
|
|
|
|
```bash
|
|
./go-nd-portal -n 20xxxxxxxxxxx -p password
|
|
```
|
|
默认值:
|
|
* `ip`: 本机公网出口,可自定义
|
|
|
|
## 效果
|
|
|
|
<img alt="screenshot" src="https://user-images.githubusercontent.com/41315874/204081015-7d696ae0-891b-43af-b862-b696186d9c3a.png">
|