调整端口映射中client ip的长度

This commit is contained in:
aoshiguchen
2024-10-30 08:52:26 +08:00
parent e2f64ce407
commit b01226b5c5
3 changed files with 3 additions and 3 deletions
@@ -98,7 +98,7 @@ CREATE TABLE IF NOT EXISTS `port_mapping` (
`license_id` INTEGER(20) NOT NULL,
`protocal` VARCHAR(10) NOT NULL DEFAULT 'TCP',
`server_port` INTEGER NOT NULL,
`client_ip` VARCHAR(20) NOT NULL,
`client_ip` VARCHAR(255) NOT NULL,
`client_port` INTEGER NOT NULL,
`up_limit_rate` VARCHAR(20) DEFAULT NULL,
`down_limit_rate` VARCHAR(20) DEFAULT NULL,