Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 332 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 332 Bytes

tapio: A simple TUN/TAP to stdio proxy.

tapio is a simple TUN/TAP to stdio proxy.

Usage

To create a TAP tunnel over ssh:

# gcc tapio.c -o  tapio
# mkfifo peer_output
# cat peer_output | ./tapio tap1 mtu 1400 mode tap | ssh user@remote './tapio tap1 mtu 1400 mode tap' > peer_output

License

Public Domain.