Skip to content

Commit a8d80e2

Browse files
doxxdoxx
doxx
authored and
doxx
committed
Updated -h on client and fixed readme
1 parent ed02d20 commit a8d80e2

8 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ I used 8080 with a Cloudflare proxy via HTTP for the firs test. Less overhead.
117117

118118
### Installation
119119

120-
1. Download the latest release from the [GitHub Releases page](https://github.com/blyon/darkflare/releases)
120+
1. Download the latest release from the [GitHub Releases page](https://github.com/doxx/darkflare/releases)
121121
- Choose the appropriate binary for your system:
122122
- `darkflare-client-darwin-arm64` - macOS Apple Silicon
123123
- `darkflare-client-darwin-amd64` - macOS Intel
@@ -132,12 +132,12 @@ chmod +x darkflare-client-* darkflare-server-*
132132

133133
### Running the Client
134134
```bash
135-
./darkflare-client -l 2222 -t https://cdn.miami.doxx.net:443 -d <my ssh server>:22
135+
./darkflare-client -l 2222 -t https://cdn.miami.us.doxx.net:443 -d <my ssh server>:22
136136
```
137137

138138
Or with direct mode:
139139
```bash
140-
./darkflare-client -l 2222 -t https://direct.miami.doxx.net:443 -d <my ssh server>:22
140+
./darkflare-client -l 2222 -t https://direct.miami.us.doxx.net:443 -d <my ssh server>:22
141141
```
142142

143143
Add `-debug` flag for debug mode

bin/checksums.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# DarkFlare Binary Checksums
2-
# Generated: Tue Dec 3 17:11:28 UTC 2024
2+
# Generated: Tue Dec 3 17:27:53 UTC 2024
33

4-
f0bafada62d8b9f03673df686c47e1cc006e76be5568dfd4f76d1177742cccc7 checksums.txt
5-
17a31d129ce4f438786f214d67c42ae9ac6cce64c1e6d008eb33907b0fdd6351 darkflare-client-darwin-amd64
6-
965cc25d07713bebf4a359ae24b4aa706953a29818282fe1403f4823bbe4dcfa darkflare-client-darwin-arm64
7-
2ad27d9899589b96b7602a6e4a1fce5b1c85a7564b9a85ace66a694ef96ba18c darkflare-client-linux-amd64
8-
a06130f446386e97c8a56df0332f52dcbca88e177a3525dcd01e5e436f5c75ba darkflare-client-linux-arm64
9-
70788e58dc297faba895f4614012c34eca543c25a6e52b04315bc4b1b686b8e1 darkflare-client-windows-amd64.exe
4+
8dc4c24194c978738e16563b176bd64750e191e0c26e4ed139a0545d741b6c3d checksums.txt
5+
444278a858153540bc7b8ba97435d6d73e93e5fb93cc767373606463b1410c16 darkflare-client-darwin-amd64
6+
3d2eb54b97b4aa09949d94985e1dcc6fff363b22be8362d26b45e2f258403f98 darkflare-client-darwin-arm64
7+
46de95f637486958231679b1ea53f5bb724c9b731d323c9cf0528c5cd2dc41d9 darkflare-client-linux-amd64
8+
866618bb5ca641a8fa78823fa2dc4d235086c47d8ae7a2210613fd9b94bd4681 darkflare-client-linux-arm64
9+
4dc79e82b47ce82ca894431756c0f9b5620fcc0d228bdbefbd106b7c354c17cd darkflare-client-windows-amd64.exe
1010
25033e0032c72718999e05ba7353c6132669624718ff4b19b7d1311b7995365b darkflare-server-darwin-amd64
1111
b7abaef9510541c2eea1b9643924a6b7227155fde1935bd6df7d445734153dd4 darkflare-server-darwin-arm64
1212
1ab080f017adbf00a24e4d75c4b7a60cb051044758340ad48c771bba166873e1 darkflare-server-linux-amd64

bin/darkflare-client-darwin-amd64

0 Bytes
Binary file not shown.

bin/darkflare-client-darwin-arm64

0 Bytes
Binary file not shown.

bin/darkflare-client-linux-amd64

0 Bytes
Binary file not shown.

bin/darkflare-client-linux-arm64

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

client/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ func main() {
456456
fmt.Fprintf(os.Stderr, " Shows connection details, data transfer, and errors\n\n")
457457
fmt.Fprintf(os.Stderr, "Examples:\n")
458458
fmt.Fprintf(os.Stderr, " Basic SSH tunnel:\n")
459-
fmt.Fprintf(os.Stderr, " %s -l 2222 -t https://cdn.miami.doxx.net -d ssh.destination.com:22\n\n", os.Args[0])
459+
fmt.Fprintf(os.Stderr, " %s -l 2222 -t https://cdn.miami.us.doxx.net -d ssh.destination.com:22\n\n", os.Args[0])
460460
fmt.Fprintf(os.Stderr, " Custom port with debugging:\n")
461461
fmt.Fprintf(os.Stderr, " %s -l 8080 -t https://tunnel.example.com:8443 -d internal.service:80 -debug\n\n", os.Args[0])
462462
fmt.Fprintf(os.Stderr, " HTTP proxy tunnel:\n")

0 commit comments

Comments
 (0)