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