Skip to content

Commit

Permalink
1.467.451
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyba committed Jun 13, 2024
1 parent bfcd5df commit 6de4a0b
Show file tree
Hide file tree
Showing 28 changed files with 8,907 additions and 10,559 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.467.451 Stable
- :star: Process bw based on x-brd-debug header
- :star: Manage socket inactivity timeout in UI settings
- :star: Update Docker image npm version to 8.6.0

## 1.461.863 Stable
- :bug: Fixed SSL analyzing when socks5

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN rm -rf /var/lib/apt/lists/*
RUN rm google-chrome-stable_current_amd64.deb

USER root
RUN npm install -g npm@7.19.1
RUN npm install -g npm@8.6.0
RUN npm config set user root

# Install Proxy Manager
Expand Down
6 changes: 4 additions & 2 deletions 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.461.863-setup.exe">代理管理安装器</a>.
下载 <a href="https://lum-lpm.com/static/lpm/luminati-proxy-manager-v1.467.451-setup.exe">代理管理安装器</a>.

### Linux/MacOS
- 安装 Node.js 10.15.3版 (最好用x
Expand Down Expand Up @@ -156,7 +156,6 @@ Options:
--lpm_auth x-lpm-authorization header
[string] [default: "none"]
--const [boolean] [default: false]
--socket_inactivity_timeout [number] [default: 120000]
--multiply_ips [boolean] [default: false]
--multiply_vips [boolean] [default: false]
--max_ban_retries [number] [default: 10]
Expand Down Expand Up @@ -236,6 +235,9 @@ Options:
--api_parameter_limit Controls the maximum number of parameters
that are allowed in the URL-encoded data
[number] [default: 10000]
--socket_inactivity_timeout The amount of time a socket can be inactive
before it times out and closes
[default: 120000]
--no-www Disable local web
--no-config Working without a config file
-d, --daemon, --start-daemon Start as a daemon
Expand Down
6 changes: 4 additions & 2 deletions 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.461.863/luminati-proxy-manager-v1.461.863-setup.exe)
Download the [Proxy Manager installer](https://github.com/luminati-io/luminati-proxy/releases/download/v1.467.451/luminati-proxy-manager-v1.467.451-setup.exe)

### Linux/MacOS - Install script
- Run the setup script to install
Expand Down Expand Up @@ -208,7 +208,6 @@ Options:
--lpm_auth x-lpm-authorization header
[string] [default: "none"]
--const [boolean] [default: false]
--socket_inactivity_timeout [number] [default: 120000]
--multiply_ips [boolean] [default: false]
--multiply_vips [boolean] [default: false]
--max_ban_retries [number] [default: 10]
Expand Down Expand Up @@ -288,6 +287,9 @@ Options:
--api_parameter_limit Controls the maximum number of parameters
that are allowed in the URL-encoded data
[number] [default: 10000]
--socket_inactivity_timeout The amount of time a socket can be inactive
before it times out and closes
[default: 120000]
--no-www Disable local web
--no-config Working without a config file
-d, --daemon, --start-daemon Start as a daemon
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.461.863"
VERSION="1.467.451"
if [ -f "/usr/local/hola/zon_config.sh" ]; then
LUM=1
fi
Expand Down
Loading

0 comments on commit 6de4a0b

Please sign in to comment.