Victor2333
Victor2333
proxies: - name: Debug type: http server: 127.0.0.1 port: 7890
tcp我没碰到问题 udp端口转发流量不知道为什么走了clash
And I can't find the downloaded V1 mod in the docker container.
And in windows local, after steam download. There will be a folder that contains the legacy.bin file. 
> macvlan不能和宿主机互通吗,用ip也不行? https://forums.docker.com/t/host-and-containers-cannot-communicate-macvlan/112968 宿主和macvlan container容器本就网络不能互通 这个是内核的限制 但是可以通过桥接互通 eg #!/usr/bin/bash ip link add pubnet-br0 link enp2s0 type macvlan mode bridge ip link set pubnet-br0 up ip route add 10.0.0.0/8 (macvlan网段) dev...
有拓扑图吗? 是不是网段就不通?
应该是因为v5的文档还不对 https://www.v2fly.org/v5/config/dns.html#dnsobject 目前看起来正确的配置应该是: ```json "dns": { "fakedns": [....] } ```
> 可以在配置中手动配置一下路由来解决,反正只要让dns解析出的fakeip路由到TUN网卡即可。 > > ```yaml > tun: > enable: true > stack: system > ... > inet4-route-address: > - 198.18.0.0/16 > ``` > > 我也不理解这个子网掩码为啥是这样设定的。原版Permium内核就不需要额外的添加路由,默认的子网掩码 255.255.0.0 就恰好能涵盖DNS解析出的fakeip的地址。 docker 里这样配了也没用
media player 电视缺失遥控器的控制 无法用 homekit集成后用遥控器控制 但是 xiaomi miot auto可以 https://github.com/al-one/hass-xiaomi-miot/blob/7f1a8ba5c77db438630e4f6ebfe51228c2e57218/custom_components/xiaomi_miot/media_player.py#L627