Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 434 Bytes

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