mirror of
https://github.com/stefan01/transocks.git
synced 2025-02-22 11:40:54 +07:00
17 lines
578 B
Markdown
17 lines
578 B
Markdown
|
# Change Log
|
||
|
|
||
|
All notable changes to this project will be documented in this file.
|
||
|
|
||
|
## [Unreleased]
|
||
|
### Added
|
||
|
- transocks now adopts [github.com/cybozu-go/cmd][cmd] framework.
|
||
|
As a result, it implements [the common spec][spec] including graceful restart.
|
||
|
|
||
|
### Changed
|
||
|
- The default configuration file path is now `/etc/transocks.toml`.
|
||
|
- Configuration items for logging is changed.
|
||
|
|
||
|
[cmd]: https://github.com/cybozu-go/cmd
|
||
|
[spec]: https://github.com/cybozu-go/cmd/blob/master/README.md#specifications
|
||
|
[Unreleased]: https://github.com/cybozu-go/transocks/compare/v0.1...HEAD
|