Changelog
- Add
prefer_ipv4
to server (#18). - Harden systemd service (#56).
- Run trojan as user and group
nobody
instead of root for security reasons. - To avoid the problem of not being able to bind to low ports, add
CAP_NET_BIND_SERVICE
capability.
- Run trojan as user and group
- Add
CONTRIBUTORS.md
. - Update copyright info.
- Fix a typo in the documentation.