Skip to content

mizumotok/pptp-action

Repository files navigation

Connect to L2TP/IPSec VPN

pptp-action status

This action connects to VPN via PPTP. It supports Ubuntu platform only.

Usage

- name: Connect to PPTP VPN
  uses: mizumotok/pptp-action@v1
  with:
    server: ${{ secrets.VPN_SERVER }}
    username: ${{ secrets.VPN_USERNAME }}
    password: ${{ secrets.VPN_PASSWORD }}

Inputs

Key Description Required
server the IP address or host name of the server Yes
username the username you are to use Yes
password the password you are to use. If you don't specify a password, pptpsetup will ask for one. Yes

About

GitHub Action for connecting to PPTP VPN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published