Skip to content

v0.9.3

Compare
Choose a tag to compare
@mlsmaycon mlsmaycon released this 15 Sep 08:12
· 1310 commits to main since this release
e4ad617

Release Notes

Agent

  • Improve WireGuard and TUN kernel modules loading (#470).
    There was no check for a TUN module. On some Linux versions agent was failing without an explicit TUN module load. the agent now checks for module existence and loads it.
    The same is done for the WireGuard module.
  • Fixed a panic bug with nftables firewall manager and the CleanRoutingRules method