-
Notifications
You must be signed in to change notification settings - Fork 224
Add WireGuard (wg) Command Output Parser #606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WireGuard (wg) Command Output Parser #606
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Hi @kellyjonbrazil, Thank you for reviewing this PR! I wanted to note that the output of Please let me know if there’s anything else I can assist with to help finalize this. Best regards, |
Nice, thanks! I'll merge and this will make it int the next release. Thanks! |
Description
This PR adds a new parser for handling the output of the
wg show all dump
command from WireGuard. The parser converts the command output into structured JSON, making it easier for users to integrate WireGuard data into their workflows for monitoring or automation.Summary of Changes
Request for Collaboration
wg
command output. This will ensure that the parser handles all edge cases effectively.Closes #605