https://github.com/terassyi/rconntrack
conntrack command in Rust
https://github.com/terassyi/rconntrack
conntrack linux netfilter rust
Last synced: about 1 month ago
JSON representation
conntrack command in Rust
- Host: GitHub
- URL: https://github.com/terassyi/rconntrack
- Owner: terassyi
- License: mit
- Created: 2024-12-23T02:54:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T12:41:53.000Z (over 1 year ago)
- Last Synced: 2025-03-14T06:29:27.044Z (over 1 year ago)
- Topics: conntrack, linux, netfilter, rust
- Language: Rust
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rconntrack
Rconntrack is conntrack command in Rust.
Conntrack command is the userspace tool for inspecting Linux connection tracking subsystem and it is a part of [conntrack-tools](https://conntrack-tools.netfilter.org/).
conntrack-tools has two components; `conntrackd` and `conntrack`.
Rconntrack provides equivalent features to `conntrack`.
## Features
Currently, rconntrack is under development and only supports limited features.
- [x] list
- [x] get
- [ ] delete
- [ ] create
- [ ] update
- [x] event
- [ ] flush
- [x] show counter
- [x] show statistics
## License
Rconntrack is licensed under the MIT License. See [LICENCE](./LICENSE) for the full license text.