Skip to content

Commit 766cc00

Browse files
doxxdoxx
doxx
authored and
doxx
committed
Fixed
1 parent bc865e9 commit 766cc00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Blind - DNS Tunnel
22

3-
A high-performance DNS tunneling tool for TCP/IP traffic, written in Go.
3+
A DNS tunneling tool for TCP traffic, written in Go.
44

55
Copyright (c) 2024 Barrett Lyon. All rights reserved.
66
MIT License
@@ -13,21 +13,21 @@ Blind allows you to tunnel TCP traffic through DNS queries, enabling connectivit
1313

1414
- TCP over DNS tunneling
1515
- Support for both client and server modes
16-
- High performance and low latency
1716
- Automatic session management
1817
- Resilient connection handling
1918
- Debug logging
19+
- Works with ssh
2020

2121
## Installation
2222

2323
```bash
24-
go install github.com/blyon/blind@latest
24+
go install github.com/doxx/blind@latest
2525
```
2626

2727
Or build from source:
2828

2929
```bash
30-
git clone https://github.com/blyon/blind.git
30+
git clone https://github.com/doxx/blind.git
3131
cd blind
3232
go build
3333
```

0 commit comments

Comments
 (0)