Alion

Results 13 issues of Alion

``` bash [2022-04-28 17:24:05 @19976.0] NOTICE Socket::ssl_connect(fd=11) to server[0.0.0.0:27407] failed. Error: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version[1|1070] ``` ``` bash openssl version OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15...

Please answer these questions before submitting your issue. 1. What did you do? If possible, provide a simple script for reproducing the error. ``` php

question

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. ```php use Swoole\Coroutine\Http\Client; use function Swoole\Coroutine\run;...

waiting on review

Hello, Can you please add support for QUIC ? https://tools.ietf.org/html/draft-tsvwg-quic-protocol-00

enhancement
proposal

``` bash gcc 12.1.1 20220507 (Red Hat 12.1.1-1) (GCC) Use the configuration file /CONFIGS/xanmod/gcc/config_x86-64-v2 make bzImage -j4 && make INSTALL_MOD_STRIP=1 install -j4 && make INSTALL_MOD_STRIP=1 modules_install -j4 DESCEND objtool CALL...

``` shell /root/yasd/src/base.cc:50:28: error: incompatible pointer types assigning to 'zend_string *' (aka '_zend_string *') from 'char *' file_handle.filename = YASD_G(init_file); ^~~~~~~~~~~~~~~~~ ./php_yasd.h:54:19: note: expanded from macro 'YASD_G' #define YASD_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(yasd,...

感谢作者开发此工具,代替了停止维护的ChinaDNS,以下提几个意见给作者参考: 1. 建议不要硬编码ipip数据。支持参数引用ipip文件,用户自己使用脚本定时更新ipip文件。 2. 可以设置开启缓存功能,因为下级接DNSmasq已经有缓存功能 3. 国外可信DNS,支持多地址。并发请求使用返回最快的 4. 可以设置不输出日志 5. 可以设置超时时间

enhancement
help wanted

I found that the ping proxy is supported, is there any more detailed documentation or configuration examples? ```json { "ping": { "protocol": "", "gateway4": "", "gateway6": "", "disableIPv6": true }...