mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-13 15:00:58 +08:00
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
// +build fips
|
|
|
|
package main
|
|
|
|
import _ "crypto/tls/fipsonly"
|