We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Improve currently collected information inside the inventory.
IPS
WireGuard
MAC/IP binding
The text was updated successfully, but these errors were encountered:
Testing image.
Sorry, something went wrong.
QA
case wireguard
uci commit network
"wiregard": { "instances": 2, "statistics": [ { "server": "wg1", "peers": 2, "ns_user_db": "main" }, { "server": "wg2", "peers": 0, "ns_user_db": "ldap" } ] },
case 2 snort
this is the json example
"snort": { "enabled": true, "policy": "security", "oink_enabled": false, "disabled_rules": 2, "suppressed_rules": 0, "bypass_src_ipv4": 2, "bypass_src_ipv6": 0, "bypass_dst_ipv4": 0, "bypass_dst_ipv6": 0 },
case MAC/IP binding
this is the example of json object
"mac_ip_binding": { "disabled": 1, "soft-binding": 0, "hard-binding": 1 },
stephdl
No branches or pull requests
Improve currently collected information inside the inventory.
IPS
WireGuard
MAC/IP binding
The text was updated successfully, but these errors were encountered: