Skip to content

j3k0/quicktinc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

QuickTinc

Here's a script to quickly setup a VPN using tinc. This makes use of docker, image jenserat/tinc. You basically only have to install Docker to get started.

Getting Started

You can find a tutorial to setup a mini VPN with quicktinc here.

Usage

Usage:
./quicktinc [OPTIONS]

Options:
   --net=NET_NAME           Network name (required)
   --node=NODE_NAME         Node name (required)
   --public-ip=PUBLIC_IP    Node's public IP (required)
   --private-ip=PRIVATE_IP  Node's private IP (required)
   --connect-to=HOST        Name of another node (optional, repeatable)
   --interface=tun0         Network interface to create (optional, default=tun0)
   --config=/srv/tinc       Where to save tinc networks (optional, default=/srv/tinc)
   --up                     Also start the daemon

License

(c)2015, Jean-Christophe Hoelt

Published under GPL v2.

About

Quickly setup a Tinc VPN

Resources

Stars

6 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages