Nat-Lab / tapio

A simple TUN/TAP to stdio proxy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple TUN/TAP to stdio proxy.

License:The Unlicense


Languages

Language:C 100.0%