diff --git a/packages/socks-proxy/index.ts b/packages/socks-proxy/index.ts index ecd5b454..0c22f6f2 100644 --- a/packages/socks-proxy/index.ts +++ b/packages/socks-proxy/index.ts @@ -47,11 +47,6 @@ export interface SocksProxySettings { */ password?: string - /** - * Proxy connection headers, if needed - */ - headers?: Record - /** * Version of the SOCKS proxy (4 or 5) *