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
- Host: GitHub
- URL: https://github.com/lexuge/dlight
- Owner: LEXUGE
- License: mit
- Created: 2021-05-01T15:01:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T14:08:29.000Z (about 5 years ago)
- Last Synced: 2025-02-10T01:45:57.542Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 57.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```