fix(socks-proxy): remove headers field

faulty copypaste 🤷
This commit is contained in:
teidesu 2021-05-23 13:49:34 +03:00
parent 1b3f02f5f4
commit 78bdc5fb01

View file

@ -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)
*