Skip to content

Commit

Permalink
Merge pull request #77 from netfoundry/v0.9.0-release-candidate
Browse files Browse the repository at this point in the history
V0.9.0 release candidate
  • Loading branch information
r-caamano authored Sep 26, 2024
2 parents 0f26156 + 9749dce commit 49c8476
Show file tree
Hide file tree
Showing 6 changed files with 973 additions and 234 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format

---
###

# [0.9.0] - 2024-09-24
- Added several new Arguments to zfw to allow for direct system call integrations with
ziti-edge-tunnel ```-A --add-user-rules```, ```-H --init-tc <iface>```, ```-Z, --init-xdp <iface>```, ```-B, bind-saddr-add <cidr>```,
```-J, bind-saddr-delete <cidr>```, ```-F -j, bind-flush```
- Added new interface setting to ```-q, pass-non-tuple``` (off by default) pass all non tuple (tcp/udp) traffic to the os for
applications requiring only redirection (Not recommended for stand alone fw use)
- Updated README.md


# [0.8.19] - 2024-09-08
- Add masquerade/reverse_masquerade map garbage collection to ```zfw.c -L -G, --list-gc-sessions``` which is now added to
/etc/cron.d/zfw_refresh as well so it will run once every 60 seconds unless modified.
Expand Down
Loading

0 comments on commit 49c8476

Please sign in to comment.