mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-14 01:29:17 -04:00
rename 'this'
This commit is contained in:
@@ -38,10 +38,10 @@ type OutboundHandlerMeta struct {
|
||||
ProxySettings *internet.ProxyConfig
|
||||
}
|
||||
|
||||
func (this *OutboundHandlerMeta) GetDialerOptions() internet.DialerOptions {
|
||||
func (v *OutboundHandlerMeta) GetDialerOptions() internet.DialerOptions {
|
||||
return internet.DialerOptions{
|
||||
Stream: this.StreamSettings,
|
||||
Proxy: this.ProxySettings,
|
||||
Stream: v.StreamSettings,
|
||||
Proxy: v.ProxySettings,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user