Skip to content

Releases: hmgle/graftcp

graftcp v0.7.1 IP CIDR Support

17 Dec 02:45
Compare
Choose a tag to compare

Introducing IP CIDR support with trie-based filtering for flexible IP range blacklist/whitelist.

graftcp v0.6.1

17 Jun 04:14
Compare
Choose a tag to compare

Noteworthy changes in graftcp v0.6.1 (2023-06-17)

Implemented seccomp-bpf to avoid tracking irrelevant syscall, only these syscalls will be traced:

  • close(...),
  • socket([AF_INET | AF_INET6], SOCK_STREAM, ...),
  • connect(...),
  • clone([CLONE_UNTRACED], ...)

Release v0.5.0

28 May 14:10
Compare
Choose a tag to compare
  1. Add config for graftcp.
  2. ARM, i386 supporting.

Release v0.4.0

25 Jul 12:42
Compare
Choose a tag to compare
  1. Add mgraftcp.
  2. Migrating to Go Modules.

v0.3.1

10 Jan 13:35
Compare
Choose a tag to compare
  1. Add direct mode.
  2. Add package for Debian and Arch Linux.