Skip to content

insideapp-oss/bitrise-step-open-vpn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect to OpenVPN Server step

Establish a VPN connection with the specified OpenVPN server.

This is a fork of the official bitrise step, that uses AES-256-CBC as cipher.

Usage

In your bitrise.yml, change the default OpenVPN step with:

- git::https://github.com/insideapp-oss/bitrise-step-open-vpn@master:
   inputs:
   - port: '443'
   - proto: tcp
   - host: vpn.host.com

About

Bitrise step to establish a VPN connection with the specified OpenVPN server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%