Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
doxx authored and doxx committed Dec 22, 2024
1 parent 6035887 commit d907b96
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
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: Sun Dec 22 18:20:29 UTC 2024
# Generated: Sun Dec 22 22:29:16 UTC 2024

e5e585abb6b5fc87f823cd1c916ed28591b0460ff352b51feb7426e69fb96aab checksums.txt
4782d0a3f953355847561fda6a0ed0970c01cb4e46d3bd1f1590c24be409391e darkflare-client-darwin-amd64
a7050875bb463ef5389f08522fe12613049f8ac29e078f654dac77745b93b2cf darkflare-client-darwin-arm64
10abd137dfe6d1e62d5c01dc11fa5caa5dcc90ab931504a06b14a488b4a396d4 darkflare-client-linux-amd64
43a26f48d61b3ee8f92e333922d4c39ee880ac576f2eb29233ce2d7d6b944eac darkflare-client-linux-arm64
1d05cfeb741c6165acf4dc9829c146cdf850bae2bb7a0b5aa554770e5ee0bade darkflare-client-windows-amd64.exe
2f312a98481335919d76610183e23cb0ea3b45dd3aa86e897f52852c64fb89e7 checksums.txt
43e9db3839142f6eec927e98d6cd8ad149f2678ee29f0c32679d3c1c8a165afe darkflare-client-darwin-amd64
637a4c832be9d4d8a8956663a666ab258e75f734bbc6c2da03e68daba01be296 darkflare-client-darwin-arm64
8bb8533f5b12af47dee31738fe43d57881ce1b85f3b43f7c8817eab619fbb79a darkflare-client-linux-amd64
873d0ad2d19df19b0a74b267dedfafb50d7d72556148f78380ddf3a3d7c85614 darkflare-client-linux-arm64
89352f9298eb57611e134ed047f969ef6fc790983572a9eeac7cf602444220e3 darkflare-client-windows-amd64.exe
f893a0498fd10517c54a3348d2aac33ccf04f8691bad3cf6b4f6631115127446 darkflare-server-darwin-amd64
120c9b485a6b6102096800367d3e2c4f2dc4c0799881c4911e394e3bd53e0f9f darkflare-server-darwin-arm64
1ed50cbc44075712642b3572f424789024451d750afe5142efdb9184d7450e18 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.
4 changes: 2 additions & 2 deletions client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,9 @@ func main() {
fmt.Fprintf(os.Stderr, " 2. Connect via: ssh -p 2222 user@localhost\n\n")
fmt.Fprintf(os.Stderr, "Notes:\n")
fmt.Fprintf(os.Stderr, " - Proxy authentication is supported via URL format user:pass@host\n")
fmt.Fprintf(os.Stderr, " - SOCKS5h variant will resolve hostnames through the proxy\n")
fmt.Fprintf(os.Stderr, " - SOCKS5 variant will resolve hostnames through the proxy\n")
fmt.Fprintf(os.Stderr, " - Debug mode will show proxy connection details and errors\n\n")
fmt.Fprintf(os.Stderr, "For more information: https://github.com/blyon/darkflare\n")
fmt.Fprintf(os.Stderr, "For more information: https://github.com/doxx/darkflare\n")
}

flag.IntVar(&localPort, "l", 0, "")
Expand Down

0 comments on commit d907b96

Please sign in to comment.