1
0
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:
Areg Harutyunyan
2021-01-28 16:10:19 +00:00
parent b72ee69eef
commit 88b53eb886
3 changed files with 29 additions and 9 deletions

5
cmd/cloudflared/fips.go Normal file
View File

@@ -0,0 +1,5 @@
// +build fips
package main
import _ "crypto/tls/fipsonly"