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: 18 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T23:53:45.000Z (7 months ago)
- Last Synced: 2025-04-15T02:08:35.548Z (18 days ago)
- Topics: cloudflare, cloudflare-warp, github, github-actions, ipv6, javascript, node, nodejs, proxy, warp
- Language: JavaScript
- Homepage: https://1.1.1.1
- Size: 281 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 3
-
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` |