feat:长亭雷池个别版本解除网段限制

This commit is contained in:
okxlin 2023-10-11 00:37:53 +08:00
parent 7c1868fde7
commit 01f98906b5
4 changed files with 6 additions and 4 deletions

View File

@ -6,4 +6,4 @@ REDIS_HOST="redis"
PANEL_REDIS_ROOT_PASSWORD=""
REDIS_PORT="6379"
SAFELINE_DIR="./data"
SUBNET_PREFIX="169.254.0"
SUBNET_PREFIX="172.18.0"

View File

@ -56,7 +56,8 @@ additionalProperties:
required: true
type: text
- default: 172.18.0
disabled: true
#disabled: true
edit: true
envKey: SUBNET_PREFIX
labelEn: Subnet prefix
labelZh: 子网前缀

View File

@ -6,4 +6,4 @@ REDIS_HOST="redis"
PANEL_REDIS_ROOT_PASSWORD=""
REDIS_PORT="6379"
SAFELINE_DIR="./data"
SUBNET_PREFIX="169.254.0"
SUBNET_PREFIX="172.18.0"

View File

@ -56,7 +56,8 @@ additionalProperties:
required: true
type: text
- default: 172.18.0
disabled: true
#disabled: true
edit: true
envKey: SUBNET_PREFIX
labelEn: Subnet prefix
labelZh: 子网前缀