mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-09 03:54:15 +08:00
8 lines
158 B
Go
8 lines
158 B
Go
package option
|
|
|
|
type ProviderOutboundOptions struct {
|
|
Url string `json:"url"`
|
|
Filter string `json:"filter"`
|
|
Interval int `json:"interval,omitempty"`
|
|
}
|