1
0
mirror of https://github.com/fumiama/dnskip.git synced 2026-06-05 00:32:41 +08:00

doc: update

This commit is contained in:
源文雨
2025-10-23 23:58:37 +08:00
parent 929becaf46
commit e86e2cb31b

View File

@@ -5,10 +5,10 @@ A simple Golang DoT proxy using TRS.
### Run ### Run
```bash ```bash
go run -ldflags "-checklinkname=0" main.go go run main.go
``` ```
### Build ### Build
```bash ```bash
go build -ldflags "-s -w -checklinkname=0" -trimpath -o dnskip main.go go build -ldflags "-s -w" -trimpath -o dnskip main.go
``` ```