You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
800 B

  1. shadowsocks-libev (3.2.0+ds-5) unstable; urgency=medium
  2. There is a mode setting to choose whether to enable both TCP and
  3. UDP, or only one of them. This setting was set to "tcp_and_udp" in
  4. /etc/default/shadowsocks-libev, /etc/init.d/shadowsocks-libev
  5. (for init system only), and maybe also in config.json added by user,
  6. which is quite confusing.
  7. So we moved this setting to config.json. Since we won't update
  8. config.json on package upgrade, please add the following to your
  9. /etc/shadowsocks-libev/config.json.
  10. "mode":"tcp_and_udp",
  11. Otherwise you setting will be TCP only.
  12. For more about TCP/UDP mode, please refer the ticket upstream:
  13. - https://github.com/shadowsocks/shadowsocks-libev/issues/1870
  14. -- Roger Shimizu <rosh@debian.org> Sun, 07 Oct 2018 00:48:07 +0900