feat(backup): add dns_config into backup (#5166)

This commit is contained in:
Sline
2025-10-22 19:52:44 +08:00
committed by GitHub
parent c4c37bf291
commit 3bedf7ec35
2 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ pub static PORTABLE_FLAG: OnceCell<bool> = OnceCell::new();
pub static CLASH_CONFIG: &str = "config.yaml";
pub static VERGE_CONFIG: &str = "verge.yaml";
pub static PROFILE_YAML: &str = "profiles.yaml";
pub static DNS_CONFIG: &str = "dns_config.yaml";
/// init portable flag
pub fn init_portable_flag() -> Result<()> {