XTY
XTY
> bpf 自动挂载 > > ``` > /etc/systemd/system/sys-fs-bpf.mount > [Unit] > Description=BPF mounts > DefaultDependencies=no > Before=local-fs.target umount.target > After=swap.target > > [Mount] > What=bpffs > Where=/sys/fs/bpf > Type=bpf >...
@qist Thanks for the follow-up. > @xty 已经挂载了的就不用创建了。dns 改成本机。 Unfortunately, pointing `resolv.conf` to 127.0.0.1 didn't solve the problem. > setup.sh 内容 > > ``` > #!/usr/bin/env bash > > #file:...
Thanks for elaborating. > 我这个用到跨vlan 访问 clash 机器 这样就不会有问题,用自动生成的路由规则可能不能跨vlan 访问。 I'm actually using Clash-Meta on my main development machine at home directly connected to the router through an Ethernet cable;...
> 考虑到这个 issues 没有使用正确的模板格式,我们决定关闭它。 > > 如果你有需要请遵守模版开启新的 issues。 > > Considering that this issue did not use the correct template format, we decided to close it. > > If you...
> Issues that do not use templates are too outdated, and we cannot accurately identify the problems In that case, send me a notice. It'd be much more reasonable to...
With the help of `git bisect`, I managed to pin down when the problem was first introduced – 75a98e12b3f71b63be561e23deb66e91ba5aa24c seems to be the culprit. ``` $ git bisect log git...
I can give it a shot if this feature request is approved.
> but it would be awesome if someone volunteered for that :raised_hand: I'd be glad to take on the task of identification and keep this thread updated with newly found...
It seems some CI checks failed due to network errors when downloading Node binaries. Is there any way I can trigger a re-run?