pritunl-http-api | Pritunl OpenVPN HTTP API

 by   chanyipiaomiao Go Version: v1.0 License: No License

kandi X-RAY | pritunl-http-api Summary

kandi X-RAY | pritunl-http-api Summary

pritunl-http-api is a Go library. pritunl-http-api has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Pritunl 是一个基于OpenVPN协议实现的企业级VPN方案, 免费版本可以拥有一个服务器的创建, 付费版有更多的功能.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              pritunl-http-api has a low active ecosystem.
              It has 23 star(s) with 5 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              pritunl-http-api has no issues reported. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of pritunl-http-api is v1.0

            kandi-Quality Quality

              pritunl-http-api has 0 bugs and 0 code smells.

            kandi-Security Security

              pritunl-http-api has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              pritunl-http-api code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              pritunl-http-api does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              pritunl-http-api releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed pritunl-http-api and discovered the below as its top functions. This is intended to give you an instant insight into pritunl-http-api implemented functionality, and help decide if they suit your requirements.
            • Create a new Pritunl client
            • Get retrieves a user s prunl
            • init initializes the logger
            • GetLogger returns a HLogger
            • This is the main function .
            Get all kandi verified functions for this library.

            pritunl-http-api Key Features

            No Key Features are available at this moment for pritunl-http-api.

            pritunl-http-api Examples and Code Snippets

            Pritunl HTTP API,配置文件
            Godot img1Lines of Code : 51dot img1no licencesLicense : No License
            copy iconCopy
            # 配置文件中的${},首先从环境变量获取,获取不到则使用后边的默认值
            
            appname = pritunl-http-api
            autorender = false
            copyrequestbody = true
            EnableDocs = false
            
            # 运行模式 dev | prod
            runmode = "${PRITUNL_HTTP_API_RUNMODE||dev}"
            
            # 监听地址
            httpaddr = "${PRITUNL_HTTP_API_LISTEN_IP||127.0.0.1}"  
            Pritunl HTTP API,接口,批量添加用户
            Godot img2Lines of Code : 28dot img2no licencesLicense : No License
            copy iconCopy
            POST /pritunl?vpn-name=VPN名称&org-name=组织名称&username=用户名&multi=yes
            
            [
            	{
            		"name": "test5555",
            		"email": null
            	},
            	{
            		"name": "test6666",
            		"email": null
            	}
            ]
            
            {
                "data": [
                    {
                        "profileLink": "https://x.x.x.x/k/aP25m  
            Pritunl HTTP API,接口,添加用户
            Godot img3Lines of Code : 21dot img3no licencesLicense : No License
            copy iconCopy
            POST /pritunl?vpn-name=VPN名称&org-name=组织名称&username=用户名
            
            vpn-name 就是配置文件里面配置的名称, 如: common
            org-name organization组织的名称, 如: wenba
            username 用户名
            email 可选
            
            通过 vpn-name 和 org-name 在配置文件中找到对应的配置
            
            
            {
                "data": {
                    "profileLink": "https://x.x.  

            Community Discussions

            No Community Discussions are available at this moment for pritunl-http-api.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install pritunl-http-api

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/chanyipiaomiao/pritunl-http-api.git

          • CLI

            gh repo clone chanyipiaomiao/pritunl-http-api

          • sshUrl

            git@github.com:chanyipiaomiao/pritunl-http-api.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link