diff options
author | Matt Mastracci <matthew@mastracci.com> | 2024-02-06 11:45:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 19:45:40 +0100 |
commit | a6b2a4474e50952f28cb933ada0d698fc1055578 (patch) | |
tree | 394b3d1327905a4b410c67a08bf0ce4e263b02de /cli/cache | |
parent | 327b5b280b3914fffb5dc89019e4adfefa2b9eb5 (diff) |
fix(cli): Add IP address support to DENO_AUTH_TOKEN (#22297)
Auth tokens may be specified for one of the following:
- `abc123@deno.land`: `deno.land`, `www.deno.land`, etc
- `abc123@deno.land:8080`: `deno.land:8080`, `www.deno.land:8080`, etc
- `abc123@1.1.1.1`: IP `1.1.1.1` only
- `abc123@1.1.1.1:8080`: IP `1.1.1.1`, port 8080 only
- `abc123@[ipv6]`: IPv6 `[ipv6]` only
- `abc123@[ipv6]:8080`: IPv6 `[ipv6]`, port 8080 only
Leading dots are ignored, so `.deno.dev` is equivalent to `deno.dev`.
Diffstat (limited to 'cli/cache')
0 files changed, 0 insertions, 0 deletions