From 113839e28c730381f041d384537601e194039532 Mon Sep 17 00:00:00 2001 From: Someone-Practice <152876092+Someone-Practice@users.noreply.github.com> Date: Sun, 7 Apr 2024 08:29:01 +0100 Subject: [PATCH] documentation: Add distro GOPROXY note Signed-off-by: Someone-Practice <152876092+Someone-Practice@users.noreply.github.com> --- docs/installation/build-from-source.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/installation/build-from-source.md b/docs/installation/build-from-source.md index d6c9a1ce..e4882cce 100644 --- a/docs/installation/build-from-source.md +++ b/docs/installation/build-from-source.md @@ -6,6 +6,11 @@ icon: material/file-code ## :material-graph: Requirements +!!! note "" + + Certain distros, such as [Fedora](https://fedoraproject.org/wiki/Changes/golang1.13#Detailed_Description), alter their default GOPROXY value which might cause build failure. + To work around this, simply set GOPROXY to upstream default, or [proxy.golang.org](https://proxy.golang.org). + Before sing-box 1.4.0: * Go 1.18.5 - 1.20.x