Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
rclarey committed Mar 16, 2022
1 parent 9448d43 commit 4978ae3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@
</a>

## Features

- Supported commands
- ✅ CONNECT
- ❌ BIND
- ✅ UDP ASSOCIATE

- Supported authentication methods
- No authentication
- Username & password

## Usage

```typescript
import { Client } from "https://deno.land/x/socks5/client.ts"
import { Client } from "https://deno.land/x/socks5/client.ts";

const config = {
// hostname of the proxy server
Expand All @@ -51,3 +53,4 @@ client.connect(connectOpts);
Deno.listenDatagram(listenOpts);
// with
client.listenDatagram(listenOpts);
```

0 comments on commit 4978ae3

Please sign in to comment.