1
0
mirror of https://github.com/fumiama/dnskip.git synced 2026-06-05 00:32:41 +08:00
This commit is contained in:
源文雨
2025-10-03 16:50:56 +08:00
commit 094bfc6456
5 changed files with 228 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# dnskip
A simple Golang DoT proxy using TRS.
## Usage
```bash
go run -ldflags "-checklinkname=0" main.go
```