Skip to content

Commit

Permalink
1.442.838
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderg committed Feb 20, 2024
1 parent a6c56af commit d990385
Show file tree
Hide file tree
Showing 25 changed files with 3,801 additions and 3,400 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Proxy manager - Change Log

## 1.442.838 Stable
- :star: Add new rule trigger -- Connection timeout

## 1.440.909 Stable
- :star: Add apply regex only to target domain option for URL triggered rules
- :star: Change test domain from lumtest.com to geo.brdtest.com
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.440.909-setup.exe">代理管理安装器</a>.
下载 <a href="https://lum-lpm.com/static/lpm/luminati-proxy-manager-v1.442.838-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.440.909/luminati-proxy-manager-v1.440.909-setup.exe)
Download the [Proxy Manager installer](https://github.com/luminati-io/luminati-proxy/releases/download/v1.442.838/luminati-proxy-manager-v1.442.838-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.440.909"
VERSION="1.442.838"
if [ -f "/usr/local/hola/zon_config.sh" ]; then
LUM=1
fi
Expand Down

0 comments on commit d990385

Please sign in to comment.