Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 744 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 744 Bytes

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