An open API service indexing awesome lists of open source software.

https://github.com/sovedus/fs2-socks5

Client and server socks5 for scala
https://github.com/sovedus/fs2-socks5

fs2 scala scala-native socks5 socks5-client socks5-server

Last synced: 4 months ago
JSON representation

Client and server socks5 for scala

Awesome Lists containing this project

README

          

[![Continuous Integration](https://github.com/sovedus/fs2-socks5/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/sovedus/fs2-socks5/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/sovedus/fs2-socks5/branch/master/graph/badge.svg?token=TS6AF2SAM9)](https://codecov.io/gh/sovedus/fs2-socks5)
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.sovedus/fs2-socks5_2.13)](https://central.sonatype.com/artifact/io.github.sovedus/fs2-socks5_2.13)

# fs2-socks5

---

## ⚠️ Warning
### This library is currently in development. APIs are not yet stable and may undergo significant changes. Use at your own risk.

---

This library provides SOCKS5 client and server implementations.

## Getting Started

```scala
libraryDependencies += "io.github.sovedus" %% "fs2-socks5" % ""
```

## Example:
[look here](/example/src/main/scala/io/github/sovedus/socks5/example)

## Commands support:
- [x] `CONNECT`
- [ ] `BIND`
- [ ] `UDP_ASSOCIATE`