Skip to content

Commit

Permalink
Updated -h on client and fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
doxx authored and doxx committed Dec 3, 2024
1 parent ed02d20 commit a8d80e2
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ I used 8080 with a Cloudflare proxy via HTTP for the firs test. Less overhead.

### Installation

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

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

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

Add `-debug` flag for debug mode
Expand Down
14 changes: 7 additions & 7 deletions bin/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# DarkFlare Binary Checksums
# Generated: Tue Dec 3 17:11:28 UTC 2024
# Generated: Tue Dec 3 17:27:53 UTC 2024

f0bafada62d8b9f03673df686c47e1cc006e76be5568dfd4f76d1177742cccc7 checksums.txt
17a31d129ce4f438786f214d67c42ae9ac6cce64c1e6d008eb33907b0fdd6351 darkflare-client-darwin-amd64
965cc25d07713bebf4a359ae24b4aa706953a29818282fe1403f4823bbe4dcfa darkflare-client-darwin-arm64
2ad27d9899589b96b7602a6e4a1fce5b1c85a7564b9a85ace66a694ef96ba18c darkflare-client-linux-amd64
a06130f446386e97c8a56df0332f52dcbca88e177a3525dcd01e5e436f5c75ba darkflare-client-linux-arm64
70788e58dc297faba895f4614012c34eca543c25a6e52b04315bc4b1b686b8e1 darkflare-client-windows-amd64.exe
8dc4c24194c978738e16563b176bd64750e191e0c26e4ed139a0545d741b6c3d checksums.txt
444278a858153540bc7b8ba97435d6d73e93e5fb93cc767373606463b1410c16 darkflare-client-darwin-amd64
3d2eb54b97b4aa09949d94985e1dcc6fff363b22be8362d26b45e2f258403f98 darkflare-client-darwin-arm64
46de95f637486958231679b1ea53f5bb724c9b731d323c9cf0528c5cd2dc41d9 darkflare-client-linux-amd64
866618bb5ca641a8fa78823fa2dc4d235086c47d8ae7a2210613fd9b94bd4681 darkflare-client-linux-arm64
4dc79e82b47ce82ca894431756c0f9b5620fcc0d228bdbefbd106b7c354c17cd darkflare-client-windows-amd64.exe
25033e0032c72718999e05ba7353c6132669624718ff4b19b7d1311b7995365b darkflare-server-darwin-amd64
b7abaef9510541c2eea1b9643924a6b7227155fde1935bd6df7d445734153dd4 darkflare-server-darwin-arm64
1ab080f017adbf00a24e4d75c4b7a60cb051044758340ad48c771bba166873e1 darkflare-server-linux-amd64
Expand Down
Binary file modified bin/darkflare-client-darwin-amd64
Binary file not shown.
Binary file modified bin/darkflare-client-darwin-arm64
Binary file not shown.
Binary file modified bin/darkflare-client-linux-amd64
Binary file not shown.
Binary file modified bin/darkflare-client-linux-arm64
Binary file not shown.
Binary file modified bin/darkflare-client-windows-amd64.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ func main() {
fmt.Fprintf(os.Stderr, " Shows connection details, data transfer, and errors\n\n")
fmt.Fprintf(os.Stderr, "Examples:\n")
fmt.Fprintf(os.Stderr, " Basic SSH tunnel:\n")
fmt.Fprintf(os.Stderr, " %s -l 2222 -t https://cdn.miami.doxx.net -d ssh.destination.com:22\n\n", os.Args[0])
fmt.Fprintf(os.Stderr, " %s -l 2222 -t https://cdn.miami.us.doxx.net -d ssh.destination.com:22\n\n", os.Args[0])
fmt.Fprintf(os.Stderr, " Custom port with debugging:\n")
fmt.Fprintf(os.Stderr, " %s -l 8080 -t https://tunnel.example.com:8443 -d internal.service:80 -debug\n\n", os.Args[0])
fmt.Fprintf(os.Stderr, " HTTP proxy tunnel:\n")
Expand Down

0 comments on commit a8d80e2

Please sign in to comment.