mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-05 00:50:24 +08:00
TUN-3905: Cannot run go mod vendor in cloudflared due to fips
This commit is contained in:
5
fips/fips.go.linux-amd64
Normal file
5
fips/fips.go.linux-amd64
Normal file
@@ -0,0 +1,5 @@
|
||||
// +build fips
|
||||
|
||||
package main
|
||||
|
||||
import _ "crypto/tls/fipsonly"
|
||||
Reference in New Issue
Block a user