mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 10:07:24 +08:00
support IPv6
This commit is contained in:
@@ -18,6 +18,7 @@ var (
|
||||
WriteTimeout: time.Second,
|
||||
MaxIdleConnDuration: time.Minute,
|
||||
DisableHeaderNamesNormalizing: true, // If you set the case on your headers correctly you can enable this.
|
||||
DialDualStack: true,
|
||||
}
|
||||
|
||||
// Put everything in pools to prevent garbage.
|
||||
|
Reference in New Issue
Block a user