copy link, mtproto new first run notify

This commit is contained in:
Flowseal
2026-03-29 17:57:55 +03:00
parent be8d178e5c
commit 968827445f
6 changed files with 66 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ def _app_dir() -> Path:
APP_DIR = _app_dir()
CONFIG_FILE = APP_DIR / "config.json"
LOG_FILE = APP_DIR / "proxy.log"
FIRST_RUN_MARKER = APP_DIR / ".first_run_done"
FIRST_RUN_MARKER = APP_DIR / ".first_run_done_mtproto"
IPV6_WARN_MARKER = APP_DIR / ".ipv6_warned"
DEFAULT_CONFIG: Dict[str, Any] = default_tray_config()