sing-box/constant/script.go
2025-02-02 17:27:29 +08:00

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"
)