Skip to content

suyashmohan/tinc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Docker image for Tinc VPN

This simple docker image is built over Ubuntu and contains tinc vpn. This repo also contains tcpproxy_server

To run

docker run -it --rm \
    --volume /home/suyash/tinc/client:/etc/tinc \
    --net=host \
    --device=/dev/net/tun \
    --cap-add NET_ADMIN \
    suyashmohan/tinc \
    tincd -D

To quit just use ctrl-\ and ctrl-c to get more logs

About

A docker image for tinc VPN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published