-
### What kind of device is it?
Mouse
### What is the name of the device?
M65 RGB ULTRA
### Link to Corsair's Product Page
https://www.corsair.com/de/en/Categories/Products/Gaming-Mice/F…
-
It seems that `rootlesskit` requires the tun device to be available to run successfully, but the installer doesn't check for it.
-
```go
package main
import (
"log"
"github.com/songgao/water"
)
func main() {
ifce, err := water.New(water.Config{
DeviceType: water.TUN,
PlatformSpecificParams: water.PlatformSpe…
zboya updated
6 years ago
-
### 问题
在macOS 15下TUN模式完全不可用,控制台的connection处也收到不到任何请求,系统代理可以正常使用。同样的Yaml配置文件换用Verge的TUN模式是可用的,查看网络的DNS也已经被自动修改为198.18.0.2。
### clashX config
```
redir-port: 7892
tproxy-port: 7895
port: 7890
…
-
Hello!
I'm suffering a race-condition between `tap` module loading and ZeroTier loading (This case, inside container, but does not affect what is asked for in this issue).
I receive the followin…
-
https://windowbr.top/2024/11/02/mihomo-docker/?
本文是对上一篇博文的补充,推荐您先阅读。 显然让 mihomo 运行在 docker 中是更加优雅的选择,而上一篇 Blog 编写的时候有接管设备所有流量的需求,但后续这个需求消失了,在经过一番研究过后决定补充一下 docker 的方案。 优缺点分析相比本地运行 缺点:无法使用 TUN 模式来接管…
-
Right now, there is an option to specify `interface` in the Network module, however, this interface could be just one. You can also specify multiple network modules with `network#` with a different `i…
-
**Describe the bug**
Multipass times out when starting a VM, and the VM ends up in the "Unknown" state. However, ssh'ing into the VM still works.
**To Reproduce**
How, and what happened?
1. `…
-
I have enabled dev/tun and cap add net_admin, raw and mknod. When I run the container, it crashes the host system as well. I'm running redroid container in Ubuntu VM on proxmox host.
-
### 复现步骤 / Step to reproduce
1.启动喵帕斯
2.等待奇迹发生(有时候有有时候没
3.喵帕斯啊啊大叫:没有启用服务模式喵!没有用管理员模式启动喵帕斯喵!所以喵帕斯不给你用 TUN 喵!
### 预期行为 / Expected behavior
因为咱用的系统代理且没有开启 TUN,所以即使我没有安装服务模式它也不应该在有关 TUN 和服务模式的事情上报错喵
…