Aniark

Results 7 issues of Aniark

xray 服务端&客户端版本均为 1.4.4 其中客户端为 Android ,直接使用 core 而非套壳 app 路由已配置 geoip:private 直连,域名策略为 IPIfNonMatch ,但在访问诸如 imis.qq.com 之类的被解析为 127.0.0.1 的网址时,未能如期直连 虽然可以通过手动添加域名规则到路由表里实现直连,但考虑到类似的域名颇多,还是解析为 ip 再连接更一劳永逸 该问题在使用透明代理时亦存在 https://github.com/Asterisk4Magisk/Xray4Magisk/issues/57

使用场景:Android 手机,透明代理由 Magisk 模块 [Xray4Magisk](https://github.com/Asterisk4Magisk/Xray4Magisk) 提供 以下配置文件为了便于说明做了一些简化 DNS 配置,!cn 域名使用 fakedns,cn 则为 localhost "dns": { "servers": [ { "address": "fakedns", "domains": ["geosite:geolocation-!cn"] }, { "address": "localhost", "domains": ["geosite:cn", "geosite:geolocation-cn"] }...

I've noticed that the build script used to use the videolan repo https://github.com/BtbN/FFmpeg-Builds/blob/b4bbce3020bbb1de61a7cc1361a8cd57ad417d91/scripts.d/50-x264.sh#L3-L4 then switched to the github mirror repo https://github.com/BtbN/FFmpeg-Builds/blob/3119034c9234be55afaccecfe3a457bb4e0eb402/scripts.d/50-x264.sh#L3-L4 but the videolan repo seems to be more actively...

版本 1.8.6 服务端配置中有两个wireguard出站(以下简称wg),路由配置为访问eu网站时,使用tag为eu的wg出站,访问us网站时,使用tag为us的wg出站 两个wg出站都是可用的,但是如果客户端先访问了eu网站,会导致us网站无法访问,重启服务端后,如果先访问us网站,就会反过来导致eu网站无法访问 题外话:我知道tls套tls现在不安全,但是我的使用场景特殊 ``` { "inbounds": [ { "port": 443, "protocol": "vless", "settings": { "clients": [ { "id": "null" } ], "decryption": "none" }, "streamSettings": { "network": "tcp",...

使用的客户端版本: > 从官网 https://dl.yooooo.us/share/xeHentai/ 下载的 xeHentai-2.0.2.3-稳定版.exe.zip,已配置更新到测试分支 发现问题的过程: > 同时使用代理来下载图片和扫描网页,代理在下载到某张图片时会卡住不动 解决问题的临时方法: > 切换另一个代理下载,或者手动到下载失败的图片页面下方点击 `Click here if the image fails loading` ,再手动保存到本地 初步推测问题产生的原因: > 从切换代理后能正常访问来看(日志显示访问的是同一图片链接),可能是某些 H@H 客户端的主人配置防火墙屏蔽了代理的 IP config.py 里有这么一行设置,预期应当会重新换源下载 ``` #...

``` $ python train.py Traceback (most recent call last): File "/home/runner/work/debug/debug/FLAD/train.py", line 15, in train_loader = DataLoader(train_ds, batch_size=batch, shuffle=True, File "/home/runner/.local/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 350, in __init__ sampler = RandomSampler(dataset, generator=generator) #...

在do上部署了服务端,在win下使用客户端时,过一段时间会出现断流问题,以下为错误日志: ![error](https://cloud.githubusercontent.com/assets/10991795/23198221/eb8b9552-f900-11e6-8e88-9cf2a414ca81.PNG) 请问如何解决该问题?

help wanted