Skip to content

Commit

Permalink
1.404.212
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyba committed Aug 17, 2023
1 parent 3ff0222 commit be0d2e4
Show file tree
Hide file tree
Showing 28 changed files with 17,656 additions and 15,280 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Proxy manager - Change Log

## 1.404.212 Stable
- :bug: Use correct port in intermediary sockets for SSL
- :bug: Allow Refresh IP rule for request dur actions
- :star: Default rule action 'Retry with the same IP'

## 1.402.365 Stable
- :star: Introduce follow redirect port option

Expand Down
2 changes: 1 addition & 1 deletion README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
- <a href="https://nodejs.org/en/download/">Node.js</a> 6+版

### Windows
下载 <a href="https://lum-lpm.com/static/lpm/luminati-proxy-manager-v1.402.365-setup.exe">代理管理安装器</a>.
下载 <a href="https://lum-lpm.com/static/lpm/luminati-proxy-manager-v1.404.212-setup.exe">代理管理安装器</a>.

### Linux/MacOS
- 安装 Node.js 10.15.3版 (最好用x
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Please report issues or bugs to your account manager or from our [help center](h
## Installation

### Windows
Download the [Proxy Manager installer](https://github.com/luminati-io/luminati-proxy/releases/download/v1.402.365/luminati-proxy-manager-v1.402.365-setup.exe)
Download the [Proxy Manager installer](https://github.com/luminati-io/luminati-proxy/releases/download/v1.404.212/luminati-proxy-manager-v1.404.212-setup.exe)

### Linux/MacOS - Install script
- Run the setup script to install
Expand Down
2 changes: 1 addition & 1 deletion bin/lpm_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $(id -u) = 0 ]; then
IS_ROOT=1
fi
LUM=0
VERSION="1.402.365"
VERSION="1.404.212"
if [ -f "/usr/local/hola/zon_config.sh" ]; then
LUM=1
fi
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit be0d2e4

Please sign in to comment.