An open API service indexing awesome lists of open source software.

https://github.com/getlantern/gotun

Go library for working with tun interfaces
https://github.com/getlantern/gotun

Last synced: 8 months ago
JSON representation

Go library for working with tun interfaces

Awesome Lists containing this project

README

          

TUN implementation based on https://github.com/yinghuocho/gotun2socks

This library supports TUN devices on Windows, Darwin and Linux.

gotun is primarily intended for use in VPNs, where the TUN device represents the
vpn endpoint and functions as a router.

Unlike the original gotun2socks, this does not include the actual routing
capability, just the raw TUN device.