Skip to content

Commit

Permalink
Added arm64 bins and a new ip checker script
Browse files Browse the repository at this point in the history
  • Loading branch information
doxx authored and doxx committed Dec 3, 2024
1 parent 36d51f6 commit 831fa47
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file added bin/darkflare-client-linux-arm64
Binary file not shown.
Binary file added bin/darkflare-server-linux-arm64
Binary file not shown.
1 change: 1 addition & 0 deletions examples/checkip.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
while true; do echo "Current Public IP: $(curl -s https://api.ipify.org)"; sleep 10; done

0 comments on commit 831fa47

Please sign in to comment.