mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-06 11:14:56 +03:00
Add Surge MITM and scripts
This commit is contained in:
12
constant/script.go
Normal file
12
constant/script.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
ScriptTypeSurgeGeneric = "sg-generic"
|
||||
ScriptTypeSurgeHTTPRequest = "sg-http-request"
|
||||
ScriptTypeSurgeHTTPResponse = "sg-http-response"
|
||||
ScriptTypeSurgeCron = "sg-cron"
|
||||
ScriptTypeSurgeEvent = "sg-event"
|
||||
|
||||
ScriptSourceLocal = "local"
|
||||
ScriptSourceRemote = "remote"
|
||||
)
|
||||
Reference in New Issue
Block a user