Skip to content

Commit

Permalink
Reorder plugin types
Browse files Browse the repository at this point in the history
  • Loading branch information
koho authored Jul 10, 2024
1 parent d4e7ba0 commit 233d235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/consts/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
)

var PluginTypes = []string{
PluginHttp2Https, PluginHttp2Http, PluginHttps2Http, PluginHttps2Https,
PluginHttp2Http, PluginHttp2Https, PluginHttps2Http, PluginHttps2Https,
PluginHttpProxy, PluginSocks5, PluginStaticFile, PluginUnixDomain,
}

Expand Down

0 comments on commit 233d235

Please sign in to comment.