Ekko
Ekko
With this change, apply method can get a`Self` instance instead of a `BaseView` instance to make this usage more ergonomic.
Pan gesture and Auto Layout are conflict, so with Pan gesture, we need to split draggable view out from AutoLayout system, this can be done some way, but it's not...
https://github.com/iovxw/rssbot/pull/39 原来造了个轮子
刚正在配置一个场景,似乎和这个 issue 是同一个问题 ``` stream { map $ssl_preread_server_name $backend_name { home-emby.frp.xxx.com frp-emby; home-dsm.frp.xxx.com frp-dsm; default web; } upstream web { server 127.0.0.1:8443; } upstream frp-emby { server internal-frps-emby.xxx.com:5011; } upstream...
> @cielpy 看起来不是一个问题,你能单独新建一个 issue 说明这个问题,以及我如何能在本地快速复现这个场景? 确实不是同一个问题,但是我觉得这个问题可能不是在 frp,而是在 Nginx 那边,有人遇到和我一样的问题 https://www.orzlee.com/proxy/2021/04/13/nginx-sni-offload-port-multiplexing-uses-xray-vless-xtls.html
> 加了auth验证,账号密码在全局设置页面的下面 建议更新的时候不要加这种默认配置吧,本来在用这个功能的突然不能用了 建议可以加默认值,但是不要默认打开
我觉得更新时尽量不要改配置文件比较好,特别是已有功能的配置,这种新安装时可以默认打开,但是升级时就不要动了
Probably cause this project is less maintained, you can create a PR if you want.
Because this repo will apply a patch https://github.com/kiddin9/openwrt-packages/blob/15a13a19e4e803b2169dd1aae211e2c62119cb92/.github/diy/patches/depends.patch#L257 when sync from upstream https://github.com/kiddin9/openwrt-packages/blob/15a13a19e4e803b2169dd1aae211e2c62119cb92/.github/workflows/upstream.yml#L280 and this patch add some depends explicit, and OpenWrt official does not contain a kmod-inet-diag ipk, it's...
有条件的话可以自己跑一个服务把 OpenVPN 转成 socks5 代理,类似这样 https://github.com/miyouzi/OpenVPN2Socks5