https://github.com/fumiama/dnskip
A simple Golang DoT proxy using TRS.
https://github.com/fumiama/dnskip
dns dns-client dns-over-tls dns-protocol dns-proxy dns-server golang golang-application golang-proxy golang-server tls tls-client tls12 tls13
Last synced: 9 months ago
JSON representation
A simple Golang DoT proxy using TRS.
- Host: GitHub
- URL: https://github.com/fumiama/dnskip
- Owner: fumiama
- Created: 2025-10-03T08:51:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T08:58:41.000Z (9 months ago)
- Last Synced: 2025-10-03T10:34:05.747Z (9 months ago)
- Topics: dns, dns-client, dns-over-tls, dns-protocol, dns-proxy, dns-server, golang, golang-application, golang-proxy, golang-server, tls, tls-client, tls12, tls13
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dnskip
A simple Golang DoT proxy using TRS.
## Usage
### Run
```bash
go run -ldflags "-checklinkname=0" main.go
```
### Build
```bash
go build -ldflags "-s -w -checklinkname=0" -trimpath -o dnskip main.go
```