mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-03-11 17:23:51 +00:00
7 lines
107 B
Go
7 lines
107 B
Go
//go:build with_quic
|
|
|
|
package include
|
|
|
|
import _ "github.com/sagernet/sing-dns/quic"
|
|
|
|
const WithQUIC = true
|