You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,22 +45,23 @@ If you have an existing Warp+ subscription, for example on your phone, you can b
45
45
46
46
First, get your Warp+ account license key. To view it on Android:
47
47
1. Open the `1.1.1.1` app
48
-
2. Click on the hamburger menu button on the top-right corner
48
+
2. Click on the hamburger menu button in the top-right corner
49
49
3. Navigate to: `Account` > `Key`
50
50
51
51
Now, back to wgcf.
52
52
53
53
> [!WARNING]
54
-
> If you have an existing account, you will need to delete it and create a new one ([!355](https://github.com/ViRb3/wgcf/pull/355), [!425](https://github.com/ViRb3/wgcf/pull/425)). Otherwise, just run the same command to make your first account:
54
+
> There's a bug on Cloudflare's side that prevents existing accounts from getting Warp+ even after you bind a correct license key. If you have ever connected to Warp VPN, then your account is affected. You will need to make a new account via:
55
55
>
56
56
> ```wgcf register
57
57
> wgcf register
58
58
> ```
59
+
> Then immediately proceed with the steps below, without running any other commands. For more details, check [!85](https://github.com/ViRb3/wgcf/issues/85)
59
60
60
-
Immediately, before running any other commands, add your key to `wgcf-account.toml`. Finally, run:
If you look at the last line, it should say `warp=on` or `warp=plus`, depending on whether you have Warp or Warp+ respectively.
80
81
82
+
> [!WARNING]
83
+
> If you're seeing `warp=on` even after you bound a Warp+ license key, you are likely experiencing a known bug, please refer to the [Add a license key](#add-a-license-key) section.
84
+
81
85
## Development
82
-
To regenerate the Go client API code, [install openapi-generator](https://openapi-generator.tech/docs/installation), then run:
86
+
The API client code is auto-generated from the OpenAPI spec [openapi-spec.yml](openapi-spec.yml) and stored under the [openapi/](openapi/) package. Do not touch any code under that package, instead, change the spec file and regenerate the API client code. To do this, [install openapi-generator](https://openapi-generator.tech/docs/installation), then run:
0 commit comments