solosky

Results 5 issues of solosky

### Ⅰ. Issue Description 我这边有个需求是需要隐藏掉Server: Tengine/2.3.3,根据文档做如下配置后测试: ``` server { listen 443 ssl http2; server_name localhost; ssl_certificate www.shangri-la.com.cert; ssl_certificate_key www.shangri-la.com.key; ssl_session_cache shared:SSL:1m; ssl_session_timeout 5m; ssl_ciphers HIGH:!aNULL:!MD5; ssl_prefer_server_ciphers on; server_tag off; server_tokens...

### Describe the bug For security consideration, and following the recomendation in https://www.keycloak.org/server/reverseproxy, I plan to expose 2 endpoints by different domain: ## kcadmin.example.com This domain will be the admin...

kind/bug
status/triage

root@Openwrt:/koolshare/scripts# wget Usage: wget [options] Options: -4 Use IPv4 only -6 Use IPv6 only -q Turn off status messages -O Redirect output to file (use "-" for stdout) -P Set...

支持RAMIO,即通过调试口访问目标芯片的特定RAM,实现数据交互,类似RTT(J-Link)及Nuconsole(Nu-Link) 目前是划线状态,是已经实现了还是放弃做这个功能了? 我寻思如果调试器默认能自动从RTT CB 读取日志数据然后通过CDC上报用起来可就太方便了。

Hi, Thanks for the great project, and I tested on my ESP32S3 eval board, all functions work as a charm. Meanwhile, I am working my hardware version for this project,...