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
- Host: GitHub
- URL: https://github.com/sovedus/fs2-socks5
- Owner: sovedus
- License: apache-2.0
- Created: 2025-07-09T09:23:57.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-08T07:07:52.000Z (8 months ago)
- Last Synced: 2025-09-08T09:11:19.301Z (8 months ago)
- Topics: fs2, scala, scala-native, socks5, socks5-client, socks5-server
- Language: Scala
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sovedus/fs2-socks5/actions/workflows/ci.yml)
[](https://codecov.io/gh/sovedus/fs2-socks5)
[](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`