Save user domains instead of erasing; closes #1177

This commit is contained in:
Flowseal
2026-08-04 15:02:18 +03:00
parent 02e52da3a7
commit 2995ae7436
4 changed files with 74 additions and 22 deletions
+2
View File
@@ -20,7 +20,9 @@ _TRAY_DEFAULTS_COMMON: Dict[str, Any] = {
"buf_kb": 256,
"pool_size": 4,
"cfproxy": True,
"cfproxy_user_domain_enabled": False,
"cfproxy_user_domain": [],
"cfproxy_worker_enabled": False,
"cfproxy_worker_domain": [],
"force_test_dc": False,
}