flyhigao

Results 12 comments of flyhigao

same require here. @Emrehan how do you solve this?

> 尝试使用最新版本编译: client: > > ``` > > "tun": { > "name": "tun0", > "timeout": 60, > "mtu": 1500, // MTU 值 > "tcp_sndbuf": "8m", // TCP 发送 buffer 大小...

I'm excited to see this feature. To test this, I created separate tables with the same content in ES and CH-gin using business data. The size of the table is...

我的lxc openwrt也遇到dnsmasq无法启动问题,一开始我的解决方案是在rc.local加上: `sleep 10 && /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c -k -x /var/run/dnsmasq/dnsmasq.cfg01411c.pid & ` 后来看了openwrt.yaml发现可以这么解决: `sed -i 's/procd_add_jail/# \0/g' /etc/init.d/dnsmasq`

我用surfboard时,可以通过 ``` 切换VPN开关: surfboard:///toggle 开启VPN: surfboard://start 关闭VPN: surfboard:///stop ``` 这种url方式让tasker来切换vpn

我看到在tasker的shortcut中,有nekobox的内容,可以切换状态,但是不能启动或者关闭。 `#Intent;action=android.intent.action.MAIN;component=moe.nb4a/io.nekohasekai.sagernet.QuickToggleShortcut;end` 对应代码在app/src/main/res/xml/shortcuts.xml中。目前只有两个shortcut。

现在我是用tasker的run shell运行,比如启动: ifconfig | grep -q -E 'tun|ppp' || cmd statusbar click-tile moe.nb4a/io.nekohasekai.sagernet.bg.TileService

多谢,lxc遇到这个问题,导致host,openssl都不可用,现在解决了

我和你遇到一样的问题,我是在qnap上用docker来跑openwrt, 在部署ddns时,遇到错误 root@OpenWrt:~# /usr/bin/host -V tls.c:88:tls_initialize(): fatal error: RUNTIME_CHECK(OPENSSL_init_ssl(OPENSSL_INIT_ENGINE_ALL_BUILTIN | OPENSSL_INIT_LOAD_CONFIG, NULL) == 1) failed Aborted 以前用kvm部署的就没有问题, 请问你后来时怎么解决的?

补充一下,ldd看来,出问题的host是使用 libssl.so.3 => /usr/lib/libssl.so.3 以前没有问题的host是 libssl.so.1.1 => /usr/lib/libssl.so.1.1 将没问题的host拷过来由于更多依赖冲突,并不能运行