Skip to content

Commit

Permalink
Merge branch 'update-pfvar-bindings'
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed May 29, 2024
2 parents 8d39b87 + bc0c342 commit f341601
Show file tree
Hide file tree
Showing 5 changed files with 649 additions and 2,941 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ let rule = pfctl::FilterRuleBuilder::default()
pf.add_rule(anchor_name, &rule).unwrap();
```

## System bindings

See comments in `generate_bindings.sh` for how to generate the Rust bindings to the system
libraries

[integration tests]: https://github.com/mullvad/pfctl-rs/tree/master/tests
[examples]: https://github.com/mullvad/pfctl-rs/tree/master/examples

Expand Down
Loading

0 comments on commit f341601

Please sign in to comment.