File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ You can use `PORXY_AUTH` to set a proxy's authentication if need.
29
29
- ** WARP_ORG_ID** - WARP MDM organization ID. (E.g. ` deepwn ` )
30
30
- ** WARP_AUTH_CLIENT_ID** - WARP MDM client ID. (E.g. ` [a-z0-9]{32} ` with subfix ` .access ` )
31
31
- ** WARP_AUTH_CLIENT_SECRET** - WARP MDM client secret. (E.g. ` [a-z0-9]{64} ` )
32
- - ** WARP_UNIQUE_CLIENT_ID** - WARP MDM unique client ID. (E.g. ` 12345678-1234-1234-1234-123456789abc ` )
33
- - ** WARP_LICENSE** - WARP MDM license key. (E.g. ` xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ` )
32
+ - ** WARP_UNIQUE_CLIENT_ID** - WARP MDM unique client ID.
33
+ - ** WARP_LICENSE** - WARP MDM license key.
34
34
- ** WARP_LISTEN_PORT** - warp-svc listen port. (default: ` 41080 ` )
35
35
- ~~ ** WARP_LISTEN_ADDR** - warp-svc listen address. (service not support yet, hardcode to ` localhost ` )~~
36
36
- ** SOCK_PORT** - local socks5 listen port. (default: ` 1080 ` )
37
37
- ** HTTP_PORT** - local http listen port. (default: ` 1081 ` )
38
38
- ** HTTPS_PORT** - local https listen port. (default: ` 1082 ` )
39
- - ** PROXY_AUTH** - local proxy's authentication. (E.g. ` user:password ` )
39
+ - ** PROXY_AUTH** - local proxy's authentication. (default ` None ` , E.g. ` user:password ` )
40
40
41
41
## Registration auto switch
42
42
You can’t perform that action at this time.
0 commit comments