Commit Graph

17 Commits

Author SHA1 Message Date
Manjusaka
1a072f4271
feat(stream_route): support CIDR in ip match (#4980)
Co-authored-by: spacewander <spacewanderlzx@gmail.com>
2021-09-17 18:10:17 +08:00
罗泽轩
dd4bc04c7d
feat: allow configuring fallback SNI (#5000)
The fallback SNI works around cases that client doesn't send a SNI
during handshake.
By configuring a fallback SNI we can configure a fallback certificate
with the current SSL APIs.
Fix #3147

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-09-08 09:27:08 +08:00
罗泽轩
a461c9856d
fix(stream): sni router is broken when session reuses (#4607) 2021-07-22 11:08:10 +08:00
罗泽轩
4667633360
feat(stream): support client certificate verification (#4445)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-06-19 10:05:00 +08:00
罗泽轩
8578fe032e
feat(stream): match route with SNI (#4433)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-06-17 09:29:45 +08:00
罗泽轩
b822423b9a
feat(stream): accept tls over tcp (#4409) 2021-06-11 17:23:16 +08:00
罗泽轩
035571aa41
feat(stream): support domain in the upstream (#4386) 2021-06-11 10:28:38 +08:00
罗泽轩
85dfcb7902
fix(stream): skip route configuration tombstone (#4398)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-06-09 13:16:14 -04:00
Alex Zhang
3a3874a2cb
feat: support to use upstream_id in stream_route (#4121) 2021-05-06 10:30:46 +08:00
罗泽轩
86e168e711
test: enable master-worker mode by default (#3927) 2021-03-29 23:38:07 +08:00
罗泽轩
fb358e55b8
fix: priority for nonarray upstream node in stream (#3897) 2021-03-24 15:04:05 +08:00
YuanSheng Wang
78910d828b
CI: turn off the Lua code coverage check in CI. (#2435)
We don't enable Lua code override now, its output is unstable and this is unacceptable.

Disabling the Lua code override first will make CI run faster.

* test: print more information when failed.
2020-10-16 09:59:30 +08:00
YuanSheng Wang
251625d8ab
bugfix: set random seed for each worker process at init_worker phase, only init phase is not enough. (#2357) 2020-10-09 16:39:49 +08:00
YuanSheng Wang
188b1849b2
bugfix: compare server_port with number data type. (#1154) 2020-02-24 19:32:32 +08:00
WenMing
12a2b01b71
license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
YuanSheng Wang
ad2b67ee81
feature: supported to added pluings to stream routes. (#513)
* feature: supported to added pluings to stream routes.
* feature: supported MQTT protocol.
2019-09-16 10:58:27 +08:00
YuanSheng Wang
4aaaf3ee5a
feature: support dynamic stream(TCP/UDP) proxy in apisix. (#501)
* feature: support stream in apisix.
* doc: added new feature in README.
* CLI and added more doc.
2019-09-12 13:27:18 +08:00