Versions in this module Expand all Collapse all v0 v0.22.0 Aug 3, 2026 v0.21.0 Jul 30, 2026 Changes in this version + func ReadEgressPreamble(r *bufio.Reader) (src, dst netip.AddrPort, dstName string, err error) + func ReadEgressVerdict(r io.Reader) (allow bool, err error) + func WriteEgressPreamble(w io.Writer, src, dst netip.AddrPort, dstName string) error + func WriteEgressVerdict(w io.Writer, allow bool) error