gubiao

Results 4 issues of gubiao

**1. 配置文件:** { "BindAddress": "127.0.0.1:53", "DebugHTTPAddress": "127.0.0.1:5555", "PrimaryDNS": [ { "Name": "Baidu", "Address": "180.76.76.76:53", "Protocol": "udp", "SOCKS5Address": "", "Timeout": 5, "EDNSClientSubnet": { "Policy": "disable", "ExternalIP": "", "NoCookie": true } }...

enhancement

DNS服务器未返回有效的A记录或AAAA记录, 不存在TTL, 但是DNS解析结果仍然被xray内置DNS缓存, 发生这种情况后只能重启xray, 希望内置DNS仅缓存存在有效IP的, 有明确TTL的A记录或AAAA记录, 日志如下: ➜ ~ dig sdfsdf.sdf @127.0.0.1 ; DiG 9.10.6 sdfsdf.sdf @127.0.0.1 ;; global options: +cmd ;; Got answer: ;; ->>HEADER

bug

在v2ray-core/xray-core/AnXray中, 我总是使用以下配置做国内/国内IP地址分流: ``` { "dns": { "servers": [ { "address": "119.29.29.29", "expectIPs": [ "ext:geoip-only-cn-private.dat:cn" ] }, { "address": "8.8.8.8" }, { "address": "localhost" } ], "disableCache": false, "queryStrategy": "UseIPv4", "disableFallbackIfMatch":...

**Environment**: - *Jib version:* 3.4.1 - *Build tool:* maven - *OS:* macOS Monterey **Description of the issue**: There are a large number of empty folders in the /app/resources directory in...

priority:p3
type: feature request