Solving open source issues
Made my first contribution to the open source world. Fixed a issue in DASH repository. DASH is a CLI tool for faster, safer and Smarter way to transfer files between two users.
I added a new feature to this tool that will show the IP address of the client who opened your "send file" link and will also tell the IP address of the client when the file will be received by the user.
AFTER:
Important links:
Issue : https://github.com/0xPrateek/DASH/issues/6Pull request : https://github.com/0xPrateek/DASH/pull/26