Skip to content

Commit 671cb7d

Browse files
committed
feat:add --with-stream_realip_module to support tcp whitelist restriction
1 parent 09a99d3 commit 671cb7d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build-apisix-base.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ fi
145145
--with-stream \
146146
--with-stream_ssl_module \
147147
--with-stream_ssl_preread_module \
148+
--with-stream_realip_module \
148149
--with-http_v2_module \
149150
--with-http_v3_module \
150151
--without-mail_pop3_module \

build-apisix-runtime.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ fi
178178
--with-stream \
179179
--with-stream_ssl_module \
180180
--with-stream_ssl_preread_module \
181+
--with-stream_realip_module \
181182
--with-http_v2_module \
182183
--with-http_v3_module \
183184
--without-mail_pop3_module \

0 commit comments

Comments
 (0)