-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
111 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,31 +12,72 @@ jobs: | |
runs-on: ubuntu-latest | ||
name: client warp+doh mode by default | ||
steps: | ||
- uses: fscarmen/[email protected] | ||
- uses: fscarmen/[email protected] | ||
with: | ||
mode: client | ||
|
||
client-ipv4: | ||
runs-on: ubuntu-latest | ||
name: client warp+doh mode with ipv4 | ||
steps: | ||
- name: Set up WARP with client with ipv4 | ||
uses: fscarmen/warp-on-actions@v1.2 | ||
uses: fscarmen/warp-on-actions@v1.3 | ||
with: | ||
stack: ipv4 | ||
mode: client | ||
|
||
client-ipv6: | ||
runs-on: ubuntu-latest | ||
name: client warp+doh mode with ipv6 | ||
steps: | ||
- name: Set up WARP with client | ||
uses: fscarmen/warp-on-actions@v1.2 | ||
uses: fscarmen/warp-on-actions@v1.3 | ||
with: | ||
stack: ipv6 | ||
mode: client | ||
|
||
client-dual: | ||
runs-on: ubuntu-latest | ||
name: client warp+doh mode with dual | ||
steps: | ||
- name: Set up WARP with client | ||
uses: fscarmen/[email protected] | ||
uses: fscarmen/[email protected] | ||
with: | ||
stack: dual | ||
mode: client | ||
|
||
wireguard-dual-by-default: | ||
runs-on: ubuntu-latest | ||
name: wireguard mode by default | ||
steps: | ||
- uses: fscarmen/[email protected] | ||
|
||
wireguard-ipv4: | ||
runs-on: ubuntu-latest | ||
name: wireguard mode with ipv4 | ||
steps: | ||
- name: Set up WARP with client with ipv4 | ||
uses: fscarmen/[email protected] | ||
with: | ||
stack: ipv4 | ||
mode: wireguard | ||
|
||
wireguard-ipv6: | ||
runs-on: ubuntu-latest | ||
name: wireguard mode with ipv6 | ||
steps: | ||
- name: Set up WARP with client | ||
uses: fscarmen/[email protected] | ||
with: | ||
stack: ipv6 | ||
mode: wireguard | ||
|
||
wireguard-dual: | ||
runs-on: ubuntu-latest | ||
name: wireguard mode with dual | ||
steps: | ||
- name: Set up WARP with client | ||
uses: fscarmen/[email protected] | ||
with: | ||
stack: dual | ||
stack: dual | ||
mode: wireguard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters