Developers VPN manual
This commit is contained in:
parent
8c36d65e63
commit
4820a63c38
@ -60,6 +60,7 @@ Flipper consists of the two main parts:
|
||||
# Tools
|
||||
|
||||
* [St-Link](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/ST-Link)
|
||||
* [VPN](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/VPN)
|
||||
|
||||
# Links
|
||||
|
||||
|
26
wiki/tools/VPN.md
Normal file
26
wiki/tools/VPN.md
Normal file
@ -0,0 +1,26 @@
|
||||
We use lightweight VPN to access internal resources. It's just to bypass NAT and keep IP addresses static. Nothing more.
|
||||
|
||||
`⚠️ WARNING ⚠️` There is no security restrictions in VPN network. Use your own secuity tools to protect yourself: firewals, strong password, SSH keys and so on.
|
||||
|
||||
# Zero Tier
|
||||
|
||||
[Zero Tier](https://www.zerotier.com/) — easy to use VPN replacement for all platforms. No configuration required, only one command to join network. Works great behind NAT and firewalls. Each node will keep their IP address static forever after join to network.
|
||||
|
||||
## Install
|
||||
|
||||
Get package for your platform: https://www.zerotier.com/download/ Linux, Windows, macOS and even iOS and Android supported.
|
||||
|
||||
## Join network
|
||||
|
||||
Join our developers network:
|
||||
|
||||
`zerotier-cli join b6079f73c697cbc4`
|
||||
|
||||
## Ask for approve
|
||||
|
||||
Ask @zhovner to approve your node. After few seconds after approve, you will get access to our network:
|
||||
|
||||
```
|
||||
IPv4 network: 172.25.0.0/16
|
||||
IPv6 network: fdb6:079f:73c6:97cb:c499:93__:____:___
|
||||
```
|
Loading…
Reference in New Issue
Block a user