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

https://github.com/lexuge/dlight

A DNS tunnel proxy tool using QUIC
https://github.com/lexuge/dlight

Last synced: about 1 year ago
JSON representation

A DNS tunnel proxy tool using QUIC

Awesome Lists containing this project

README

          

# dlight
A DNS tunnel proxy tool using QUIC

# Usage
Server:
```
dlight --bind "ADDRESS"
```
Client
```
dlight --bind "SOCKS5 ADDRESS TO LISTEN" --remote "SERVER BOUND ADDRESS"
```