Skip to content

Initial commit

Initial commit #25

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.RELOAD_HQ_IP }}
psk: ${{ secrets.RELOAD_VPN_PSK }}
username: ${{ vars.RELOAD_VPN_USERNAME }}
password: ${{ secrets.RELOAD_VPN_PASSWORD }}
route: 104.18.0.0/15
- run: curl --silent https://canhazip.com