Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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). 💫

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` |