Angel0726

Results 75 comments of Angel0726

outbound.json文件 ```json { "outbounds": [ { "tag": "direct4", "protocol": "freedom", "settings": { "domainStrategy": "UseIPv4" } }, { "tag": "direct6", "protocol": "freedom", "settings": { "domainStrategy": "UseIPv6" } }, { "tag": "naive",...

routing.json ```json { "routing": { "domainStrategy": "IPOnDemand", "rules": [ { "type": "field", "inboundTag": [ "direct4" ], "outboundTag": "direct4" }, { "type": "field", "inboundTag": [ "proxy4" ], "domain": [ "geosite:cn" ],...

宿主机中使用 docker network macvlan显示的容器ip地址 191.168.124.2 ![image](https://github.com/dnomd343/XProxy/assets/32816780/67dc802b-5a43-4c2f-a78f-d70716e3299b) docker中xproxy的地址 191.168.124.41 ![image](https://github.com/dnomd343/XProxy/assets/32816780/5269e34c-7f54-4187-9095-61d0e9247352) 所以导致这个问题的原因是什么

按照上述配置之后,发现网络无法连接,ping 外网、ping 内网都不行

> 这个和ping无关,ICMP流量不会被代理。你需要将日志级别调整为 `debug` (目前是 `info` 级别),使用 `docker logs -f xproxy` 查看代理信息,确认流量是否被成功透明代理。 > > 如果能确认代理成功,再来排查Xray的出站配置,如果没有相关请求信息,则需要排查透明代理配置。 有没有代理成功,ping baidu.com应该能ping通吧,ping不通代表网没通

naiveproxy不能用是为什么,下载的naive客户端在docker中不能运行

> vercel怎么存储数据呢…… https://blog.tangly1024.com/article/notionnext-twikoo 参考这个文章。用了一个类似于vercel的公司,开了一个免费的mongdb账号,然后使用vercel进行代理

> 不是的,要找该机型专用的官方或是第三方的kerenel源码,每支机型都有不同的,例如小米官方的都在[这里](https://github.com/MiCode/Xiaomi_Kernel_OpenSource)。 > > 至于LineageOS也是每支手机都不同。 至于LineageOS也是每支手机都不同,指的什么不同,源码不同?(LineageOS不能用这个链接https://github.com/MiCode/Xiaomi_Kernel_OpenSource? )

> 对,LineageOS是第三方ROM,每个ROM也不一定每个kerenel都能开得了机 嗯嗯,谢谢。我还想问一下。使用lineage os是不是比较省资源(cpu、内存的使用率比原生系统低)。 还有如果手机一直插着充电器,lineageos有这种功能吗?在电量80%时,停止充电;30%时,重新充电

> 对,LineageOS是第三方ROM,每个ROM也不一定每个kerenel都能开得了机 那怎么看lineageos对应的kernel。我看kernel只描述了安卓版本,lineageos也使用响应的安卓版本就可以了吗? ![image](https://user-images.githubusercontent.com/32816780/151478075-e0e76d0a-42f3-43bb-ac54-a38f2f9d3a54.png)