0.11.0 ā€¢ Published 8 days ago

@mtcute/socks-proxy v0.11.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 days ago

@mtcute/socks-proxy

šŸ“– API Reference

Socks4/5 proxy transport for mtcute.

Usage

import { SocksTcpTransport } from '@mtcute/socks-proxy'

const tg = new TelegramClient({
    // ...
    transport: () => new SocksTcpTransport({
        host: 'localhost',
        port: 1080,
    })
})
0.11.0

8 days ago

0.10.0

1 month ago

0.9.0

1 month ago

0.8.0

2 months ago

0.7.0

2 months ago

0.5.0

4 months ago

0.6.0

4 months ago

0.4.0

4 months ago

0.3.0

5 months ago

0.2.0

5 months ago

0.1.1

6 months ago

0.1.0

6 months ago