在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):fffonion/lua-resty-sniproxy开源软件地址(OpenSource Url):https://github.com/fffonion/lua-resty-sniproxy开源编程语言(OpenSource Language):Lua 100.0%开源软件介绍(OpenSource Introduction):Namelua-resty-sniproxy - SNI Proxy based on the ngx_lua cosocket API Table of ContentsDescriptionThis library is an SNI proxy written in Lua. TLS parsing part is rewritten from dlundquist/sniproxy Note that nginx stream module and ngx_stream_lua_module is required. Tested on Openresty >= 1.9.15.1. StatusExperimental. Synopsis
A Lua array table The first value can be either whole host name or regular expression. Use The second and third values are target host name and port. A host can be DNS name, IP address or UNIX domain socket path. If host is not defined or set to The forth value is the flags to use. Available flags are:
To use flags, the server must be configured to do Lua land proxying (see above example). Rules are applied with the priority as its occurrence sequence in the table. In the example above, api.twitter.com will match the third rule api.twitter.com rather than the fourth .+.twitter.com. If the protocol version is less than TLSv1 (eg. SSLv3, SSLv2), connection will be closed, since SNI extension is not supported in these versions. TODO
Copyright and LicenseThis module is licensed under the BSD license. Copyright (C) 2016, by fffonion [email protected]. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. See Also
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论