All notable changes to this project will be documented in this file.
1.0.0 - 2016-09-01
- usocksd now has its own SOCKS implementation under
socks
directory. - Support for SOCKS4/4a thanks to the new implementation.
- usocksd now adopts github.com/cybozu-go/cmd framework.
As a result, it implements the common spec including graceful restart.
- The default configuration file path is now
/etc/usocksd.toml
. log.file
config key is renamed tolog.filename
.