Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boywithkeyboard-archive/warp
Setup Cloudflare WARP in GitHub Actions (for IPv6 support). 💫
https://github.com/boywithkeyboard-archive/warp
cloudflare cloudflare-warp github github-actions ipv6 javascript node nodejs proxy warp
Last synced: 12 days ago
JSON representation
Setup Cloudflare WARP in GitHub Actions (for IPv6 support). 💫
- Host: GitHub
- URL: https://github.com/boywithkeyboard-archive/warp
- Owner: boywithkeyboard-archive
- License: apache-2.0
- Created: 2024-03-24T20:52:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T00:49:49.000Z (5 months ago)
- Last Synced: 2024-06-29T13:52:10.763Z (5 months ago)
- Topics: cloudflare, cloudflare-warp, github, github-actions, ipv6, javascript, node, nodejs, proxy, warp
- Language: JavaScript
- Homepage: https://1.1.1.1
- Size: 292 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
## warp
### Usage
```yaml
- name: Setup WARP
uses: boywithkeyboard/warp@v1
with:
familyMode: malware
```### Options
| Name | Description | Allowed Values | Default Value |
| :--- | :--- | :--- | :--- |
| `onlyDoH` | Use only DNS over HTTPS. | `true` / `false` | `false` |
| `familyMode` | Block malware and/or NSFW content. | `off` / `malware` / `on` | `off` |