heiher / hev-socks5-server

A high-performance socks5 server for Unix (Linux/Android/BSD/macOS/iOS)
MIT License
242 stars 39 forks source link

[Feature request] Support username/password authentication #1

Closed pexcn closed 5 years ago

pexcn commented 5 years ago

Is there a plan to add this feature?

heiher commented 5 years ago

Try this version: https://github.com/heiher/hev-socks5-server/releases/tag/1.5.0

pexcn commented 5 years ago

Seems not working in telegram proxy settings. 1 2

That's my config file:

[Main]
Workers=4
Port=***
ListenAddress=0.0.0.0
DNSAddress=8.8.8.8

[Auth]
Username=*****
Password=********

but when I set no auth(in config file and telegram), it works fine.

heiher commented 5 years ago

https://github.com/heiher/hev-socks5-server/releases/tag/1.5.1

pexcn commented 5 years ago

Thank you, fixed in v1.5.1.