1
0
mirror of https://github.com/fumiama/dnskip.git synced 2026-06-05 00:32:41 +08:00
Files
dnskip/README.md
2025-10-23 23:58:37 +08:00

15 lines
169 B
Markdown

# dnskip
A simple Golang DoT proxy using TRS.
## Usage
### Run
```bash
go run main.go
```
### Build
```bash
go build -ldflags "-s -w" -trimpath -o dnskip main.go
```