fix(socks-proxy): remove headers
field
faulty copypaste 🤷
This commit is contained in:
parent
1b3f02f5f4
commit
78bdc5fb01
1 changed files with 0 additions and 5 deletions
|
@ -47,11 +47,6 @@ export interface SocksProxySettings {
|
|||
*/
|
||||
password?: string
|
||||
|
||||
/**
|
||||
* Proxy connection headers, if needed
|
||||
*/
|
||||
headers?: Record<string, string>
|
||||
|
||||
/**
|
||||
* Version of the SOCKS proxy (4 or 5)
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue