An open API service indexing awesome lists of open source software.

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.

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
```