Skip to content

v1.3.7

Choose a tag to compare

@mauricioschneider mauricioschneider released this 11 Mar 14:57
· 3046 commits to master since this release
  • Major: Overhaul the proxy implementation. Now, if a proxy is provided to try_proxy, all incoming and outcoming connections go through that proxy. In case the proxy is not available the requests will fallback to a non-proxied connection. Also, thanks to changes in needle, you can add proxy auth credentials in the config file as follows:
    try_proxy: https://user:password@my.proxy.com:3128
  • Minor: Refactor to control-panel/interval
  • Minor: Login shell for prey user now points to:
    • Mac OS X: /sbin/nologin
    • GNU/Linux: /bin/false
  • Fix: Wipe in Windows now use the correct data paths (thanks to @hantwister)
  • Update: node v0.10.36
  • Update: all dependencies to latest compatible version