mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
10 lines
334 B
Go
10 lines
334 B
Go
package option
|
|
|
|
type TorOutboundOptions struct {
|
|
OutboundDialerOptions
|
|
ExecutablePath string `json:"executable_path,omitempty"`
|
|
ExtraArgs []string `json:"extra_args,omitempty"`
|
|
DataDirectory string `json:"data_directory,omitempty"`
|
|
Options map[string]string `json:"torrc,omitempty"`
|
|
}
|