paqet is a bidirectional packet-level proxy that transports traffic over raw packets instead of relying on the host operating system’s normal TCP/IP stack. It forwards traffic between a local client and a remote server using KCP as the reliable transport layer. The project is written in Go and is aimed at users who need a low-level tunnel that can operate in restricted or heavily filtered network environments. It is described as an alpha-stage tool, so compatibility and protocol behavior may change between releases. Paqet is most relevant to technical users who are comfortable with raw sockets, server-client tunnel setup, and system-level networking requirements. It should be used responsibly for authorized connectivity, testing, and research scenarios where the user controls the infrastructure.
Features
- Raw packet transport
- Bidirectional proxy architecture
- KCP-based reliable tunneling
- Client and server operation
- Go-based implementation
- Alpha-stage release workflow