mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 20:37:37 +03:00
12 lines
316 B
Go
12 lines
316 B
Go
package constant
|
|
|
|
const (
|
|
ScriptTypeSurgeGeneric = "sg-generic"
|
|
ScriptTypeSurgeHTTPRequest = "sg-http-request"
|
|
ScriptTypeSurgeHTTPResponse = "sg-http-response"
|
|
ScriptTypeSurgeCron = "sg-cron"
|
|
ScriptTypeSurgeEvent = "sg-event"
|
|
|
|
ScriptSourceLocal = "local"
|
|
ScriptSourceRemote = "remote"
|
|
)
|