chore: restful api displays more information

This commit is contained in:
xishang0128
2024-11-21 22:50:54 +08:00
parent 462343531e
commit eb985b002e
16 changed files with 100 additions and 1 deletions

View File

@@ -108,6 +108,9 @@ type ProxyAdapter interface {
SupportTFO() bool
SupportMPTCP() bool
SupportSMUX() bool
SupportInterface() string
SupportRoutingMark() int
SupportDialerProxy() string
MarshalJSON() ([]byte, error)
// Deprecated: use DialContextWithDialer and ListenPacketWithDialer instead.