Giter VIP home page Giter VIP logo

azclient's Introduction

azclient -- Customizable VPN Client

Build Status

This is a customizable VPN client, meant to be simple and sleek. It was originally built for AzireVPN, but has been designed from the beginning for customization in other contexts. Without modifying anything, it will currently build with the AzireVPN branding.

Linux Dependencies

  • OpenVPN
  • Qt 5 (specifically: QtCore, QtWidgets, QtGui, QtNetwork, QtSvg)
  • PolicyKit
  • Recent C++11 compiler

On Ubuntu, these may be installed via:

$ sudo apt install build-essential libqt5*5-dev qt*5-dev qttools5-dev-tools policykit-1 openvpn qtchooser

Building and Installing

After acquiring the dependencies, you may build and install the application.

$ qtchooser -run-tool=qmake -qt=5  # Alternatively, just `qmake` might work
$ make
$ sudo make install

The make install target takes DESTDIR and PREFIX as standard environment variables.

Other Platforms

This also works quite well on macOS and Windows. See the READMEs in dist/mac and dist/win for an overview of the build systems and installer generation.

Discussion

This project may be discussed in #azclient on Freenode.

Customization

This is a customizable VPN client. To change the branding, adjust the following files:

  • customization.h contains the various strings used to name the application.
  • resources/ contains all of the images and icons, as well as CSS theming info and CA pre-loads.
  • resources/ca.crt may be optionally added, which will lock the program to only using the CAs specified.
  • dist/ contains installer scripts and code signing commands. You will likely need to change several strings in here.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

See COPYING for more information.

azclient's People

Contributors

devman0305 avatar jellyfrog avatar onkarjit avatar r1ppe avatar zx2c4 avatar

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.