mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Refactor bind control
This commit is contained in:
parent
2373281c41
commit
189f02c802
16 changed files with 123 additions and 62 deletions
|
@ -1,5 +0,0 @@
|
|||
//go:build with_quic
|
||||
|
||||
package constant
|
||||
|
||||
const QUIC_AVAILABLE = true
|
|
@ -1,9 +0,0 @@
|
|||
//go:build !with_quic
|
||||
|
||||
package constant
|
||||
|
||||
import E "github.com/sagernet/sing/common/exceptions"
|
||||
|
||||
const QUIC_AVAILABLE = false
|
||||
|
||||
var ErrQUICNotIncluded = E.New(`QUIC is not included in this build, rebuild with -tags with_quic`)
|
Loading…
Add table
Add a link
Reference in a new issue