Skip to content

Initial commit

Initial commit #20

Workflow file for this run

---
name: Test VPN
on: [ push, workflow_dispatch ]
jobs:
test-vpn:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./
with:
server: ${{ vars.VPN_SERVER }}
psk: ${{ secrets.VPN_PSK }}
username: ${{ vars.VPN_USERNAME }}
password: ${{ secrets.VPN_PASSWORD }}
route: 104.18.0.0/15
- run: curl --silent https://canhazip.com