VPNFace Lite

VPNFace Lite - набор скриптов для упрощённого разворачивания минимальной инфраструктуры OpenVPN серверов и панель управления клиентскими ключами доступа.

Быстрая установка

OS Ubuntu 18.04/18.10, root

После ssh подключения, используйте скрипт установки через wget

`sh wget -qO- https://raw.githubusercontent.com/abrakadobr/vpnface_lite/master/install.sh | bash `

или curl

`sh curl -o- https://raw.githubusercontent.com/abrakadobr/vpnface_lite/master/install.sh | bash `

После выдачи приглашения, завершите установку через веб интерфейс.

Online документация:

http://vpnface-lite.readthedocs.io/

Version code

<major>/<minor>/<patch>

major increases on core updates minor - on features patch - on every release, reseting on major increase

current master

  • fast fix for OpenVPN 2.4 and EasyRSA 3.0.4 for ubuntu 18.04 and 18.10

v1.1.4

  • full installation from conf.js with correct network configuration use npm<ip> packet for networks calculation iptables now configured using this calculation, and <dev> option from conf

    полноценная сетевая настройка и конфигурация из conf.js используется пакет npm<ip> для калькуляции сетевых адресов из указанного в конфигрурации iptables теперь конфигурируются так же с учетом этих параметров, и параметра dev

  • installation script now use release branch, as it should be, really

    скрип установки теперь использует release ветку, как, в принципе, и должно быть

MIT License

Copyright (c) [2018] [abrakadobr - https://github.com/abrakadobr/]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the «Software»), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED «AS IS», WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.