mirror of
https://github.com/fumiama/dnskip.git
synced 2026-06-05 00:32:41 +08:00
doc: update
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user