Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

github.com/shinvdu/tunnel

Package Overview
Dependencies
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/shinvdu/tunnel

Source
Go Modules
Version
v0.0.0-20240509031207-d7741340a457
Version published
Created
Source

code for https://nsl.cz/using-tun-tap-in-go-or-how-to-write-vpn/

go mod tidy go build tun.go

To run it just exec on one host something like this: ./tun -local 10.168.2.11/24 -remote {remote ipv4}

and on the second: ./tun -local 10.168.2.9/24 -remote {remote ipv4}

FAQs

Package last updated on 09 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts