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