定制 paranic/openvpn 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

paranic/openvpn

Composer 安装命令:

composer require paranic/openvpn

包简介

PHP OpenVPN config generator

README 文档

README

A PHP library to generate openvpn keys and configurations.

Based on security considerations taken from:

New in 2020

Notes

works on debian 10 jessie with openvpn package installed.

apt-get install openvpn

Usage

Create Instance

After including the library with autoloader or manualy, you can initiate and configure the class.

$openvpn = new Paranic\Openvpn();
$openvpn->server_address = '127.0.0.1';
$openvpn->server_port = '1194';
$openvpn->protocol = 'udp';
$openvpn->easy_rsa_folder = '/tmp/easy-rsa';
$openvpn->network = '10.0.0.0';
$openvpn->netmask = '255.255.255.0';

All keys generated will be stored in the easy_rsa/configs folder.

Setup easy-rsa

$openvpn->setup();

This is going to take some time, creating required keys for the first time.

Generate Server Configuration

$openvpn->create_server();

Again your server configuration is stored at easy_rsa_folder under the keys_packed subfolder.

Generate Client Configuration

$openvpn->create_client('sample_client_1');

You can create many clients and get theyr configuration in the keys_packed folder, including a all in one inline client config file.

统计信息

  • 总下载量: 344
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-01-24

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固