Giter VIP home page Giter VIP logo

hassio-tinc-vpn-client's Introduction

Home Assistant Add-on: Tinc VPN Client

About

tinc is a Virtual Private Network (VPN) daemon that uses tunneling and encryption to create a secure private network between hosts on the Internet.

Install Instructions

To use Tinc VPN Client Add-on, you should set up tinc server first.

The second step is to generate tinc keys, eg. tincd -n tinc0 -K4096

The third step is to convert keys (public and private) to base64 format, eg. cat /etc/tinc/rsa_key.priv | base64 -w 0

The fourth step is to install Tinc VPN Client Add-on and configure it before starting.

See the DOCS.md for further details.

hassio-tinc-vpn-client's People

Contributors

mdzidic avatar

Stargazers

 avatar  avatar  avatar

hassio-tinc-vpn-client's Issues

how do you generate the client keys

how do you generate the keys for the client...im using homeassistant os

public_key: paste-client-public-key-base64
private_key: paste-client-private-key-base64

Add ability to change tinc network and support for switch mode

Currently, only tinc network is hardcoded to tinc0
When we have multiple tinc networks on the server/mesh, would be nice to put that in the config so that we can connect to a specfic tinc net
Also support for switch mode would be priceless, for those who use switch mode :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.