mitm: Refactor & Add url
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
ScriptTypeSurgeGeneric = "sg-generic"
|
||||
ScriptTypeSurgeHTTPRequest = "sg-http-request"
|
||||
ScriptTypeSurgeHTTPResponse = "sg-http-response"
|
||||
ScriptTypeSurgeCron = "sg-cron"
|
||||
ScriptTypeSurgeEvent = "sg-event"
|
||||
|
||||
ScriptSourceLocal = "local"
|
||||
ScriptSourceRemote = "remote"
|
||||
ScriptTypeSurge = "surge"
|
||||
ScriptSourceTypeLocal = "local"
|
||||
ScriptSourceTypeRemote = "remote"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user