mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-07 19:40:30 +08:00
TUN-3826: Use go-fips when building cloudflared for linux/amd64
This commit is contained in:
5
cmd/cloudflared/fips.go
Normal file
5
cmd/cloudflared/fips.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// +build fips
|
||||
|
||||
package main
|
||||
|
||||
import _ "crypto/tls/fipsonly"
|
||||
Reference in New Issue
Block a user