-
Notifications
You must be signed in to change notification settings - Fork 310
Description
如题,配置未曾改动,某次更新失败后,虽然能正常启动,但某些国内链接还是分流进openclash了,怀疑解包不全,查了几个相同issues,都是正常更新geoip后问题便解决了,但我在线和手动更新都更新过了,一直报解包错误,连重装都试了几次,不知道这个entry '"指什么?
启动日志如下:
2025-09-17 21:45:13 INFO unpacking entry {"tag": "cn", "length": 19219, "file": "/var/mosdns/geoip_cn.txt"}
2025-09-17 21:45:15 INFO unpacking entry {"tag": "cn", "length": 118118, "file": "/var/mosdns/geosite_cn.txt"}
2025-09-17 21:45:15 INFO unpacking entry {"tag": "geolocation-!cn", "length": 31581, "file": "/var/mosdns/geosite_geolocation-!cn.txt"}
2025-09-17 21:45:17 FATAL failed to unpack geoip {"error": "cannot find entry '"}
github.com/urlesistiana/v2dat/cmd/unpack.newGeoIPCmd.func1
github.com/urlesistiana/v2dat/cmd/unpack/geoip.go:25
github.com/spf13/cobra.(*Command).execute
github.com/spf13/cobra@v1.9.1/command.go:1019
github.com/spf13/cobra.(*Command).ExecuteC
github.com/spf13/cobra@v1.9.1/command.go:1148
github.com/spf13/cobra.(*Command).Execute
github.com/spf13/cobra@v1.9.1/command.go:1071
main.main
github.com/urlesistiana/v2dat/main.go:9
runtime.main
runtime/proc.go:283
2025-09-17 21:45:18 INFO unpacking entry {"tag": "cn", "length": 118118, "file": "/var/mosdns/geosite_cn.txt"}
2025-09-17 21:45:18 INFO unpacking entry {"tag": "geolocation-!cn", "length": 31581, "file": "/var/mosdns/geosite_geolocation-!cn.txt"}
2025-09-17 21:45:19 INFO loading plugin {"tag": "geosite_cn", "type": "domain_set"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "geoip_cn", "type": "ip_set"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "geosite_no_cn", "type": "domain_set"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "whitelist", "type": "domain_set"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "blocklist", "type": "domain_set"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "hosts", "type": "hosts"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "redirect", "type": "redirect"}
2025-09-17 21:45:20 INFO redirect redirect rules loaded {"length": 0}
2025-09-17 21:45:20 INFO loading plugin {"tag": "greylist", "type": "domain_set"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "adlist", "type": "domain_set"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "cache", "type": "cache"}
2025-09-17 21:45:20 INFO cache cache dump loaded {"entries": 698}
2025-09-17 21:45:20 INFO loading plugin {"tag": "forward_local", "type": "forward"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "forward_remote", "type": "forward"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "local_sequence", "type": "sequence"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "remote_sequence", "type": "sequence"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "has_resp_sequence", "type": "sequence"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "query_is_local_ip", "type": "sequence"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "query_is_remote", "type": "sequence"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "fallback", "type": "fallback"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "query_is_local_domain", "type": "sequence"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "query_is_no_local_domain", "type": "sequence"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "query_is_whitelist_domain", "type": "sequence"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "query_is_greylist_domain", "type": "sequence"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "query_is_reject_domain", "type": "sequence"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "main_sequence", "type": "sequence"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "udp_server", "type": "udp_server"}
2025-09-17 21:45:20 INFO udp_server udp server started {"addr": "127.0.0.1:5335"}
2025-09-17 21:45:20 INFO loading plugin {"tag": "tcp_server", "type": "tcp_server"}
2025-09-17 21:45:20 INFO tcp_server tcp server started {"addr": "127.0.0.1:5335", "tls": false}
2025-09-17 21:45:20 INFO all plugins are loaded