Skip to content

Increase detailed display of intercepted domains and cached domains#2309

Merged
pymumu merged 13 commits intopymumu:masterfrom
xiaobaishu1:master
Mar 31, 2026
Merged

Increase detailed display of intercepted domains and cached domains#2309
pymumu merged 13 commits intopymumu:masterfrom
xiaobaishu1:master

Conversation

@xiaobaishu1
Copy link
Copy Markdown
Contributor

@xiaobaishu1 xiaobaishu1 commented Mar 30, 2026

在smartdns-UI卡片上的缓存域名详细查看!

let mut api = API {
router: Router::new(),
};

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

此处没有增加 /api/cache/domains 的 Route 声明导致测试404 @xiaobaishu1

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

此处没有增加 /api/cache/domains 的 Route 声明导致测试404 @xiaobaishu1

好吧,这是重新提交后的疏忽跟之前修改的遗留!现在好了

Comment thread plugin/smartdns-ui/src/smartdns.rs Outdated
@xiaobaishu1 xiaobaishu1 requested a review from PikuZheng March 31, 2026 01:24
Comment thread src/dns_cache.c Outdated
struct dns_cache *dns_cache = NULL;
int count = 0;

if (!is_cache_init) return -1;
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

代码格式保持和其他一致。
if () {

}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好了!

@pymumu pymumu merged commit 0c3fdd0 into pymumu:master Mar 31, 2026
2 checks passed
PikuZheng pushed a commit to PikuZheng/smartdns that referenced this pull request Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants