mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-17 14:29:07 +00:00
7 lines
96 B
Go
7 lines
96 B
Go
package option
|
|
|
|
type ParserOutboundOptions struct {
|
|
DialerOptions
|
|
Link string `json:"link"`
|
|
}
|