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
Default CGO_ENABLED to 0 regardless of go env CGO_ENABLED.
Revise command line instructions. Add more examples to README.md.
Use WinPlatform enum for wintun extraction function.
Revise test-run.sh, making it more flexible.
The executable will be in `target/release/Xray-pack.exe`.
30
+
and the most optimized installation programme will be installed.
29
31
30
32
## Usage
31
33
32
-
Enable all features for x86_64 CPU and Linux system (Only use GOAMD=v4 if CPU supports AVX512 instructions):
33
-
34
-
```bash
35
-
CGO_ENABLED=0 GOAMD64="v4" GOEXPERIMENT="greenteagc,jsonv2,newinliner" ./Xray-pack.exe -s -v --goos linux --goarch amd64
36
-
```
37
-
38
34
### Proxy
39
35
40
36
The programme determines the proxy settings from the environment variables in the following order: `HTTPS_PROXY`, `https_proxy`, `ALL_PROXY` and `all_proxy`.
@@ -49,8 +45,8 @@ Options:
49
45
-p, --source-path <PATH> Path to Xray-core source code [default: current directory]
0 commit comments