From 3b89c1ce7eb53ab3e93b602761229f8c04e63c06 Mon Sep 17 00:00:00 2001 From: Dimasssss Date: Fri, 20 Feb 2026 22:02:34 +0300 Subject: [PATCH 1/3] Update config.toml user_expirations --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 2dc8937..c2d91c8 100644 --- a/config.toml +++ b/config.toml @@ -124,6 +124,10 @@ hello = "00000000000000000000000000000000" # [access.user_data_quota] # hello = 1073741824 # 1 GB +# [access.user_expirations] +# format: "username" = "[year]-[month]-[day]T[hour]:[minute]:[second]Z" +# hello = "2027-01-01T00:00:00Z" + # === Upstreams & Routing === [[upstreams]] type = "direct" From 18c144490475a706dcd060650c13916aa0de9ec9 Mon Sep 17 00:00:00 2001 From: Dimasssss Date: Fri, 20 Feb 2026 22:04:56 +0300 Subject: [PATCH 2/3] Update config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index c2d91c8..d8e31fd 100644 --- a/config.toml +++ b/config.toml @@ -125,7 +125,7 @@ hello = "00000000000000000000000000000000" # hello = 1073741824 # 1 GB # [access.user_expirations] -# format: "username" = "[year]-[month]-[day]T[hour]:[minute]:[second]Z" +# format: "username" = "[year]-[month]-[day]T[hour]:[minute]:[second]Z" UTC # hello = "2027-01-01T00:00:00Z" # === Upstreams & Routing === From 94e9bfbbb93ac4884e5ca3dfbea937ac90a108a5 Mon Sep 17 00:00:00 2001 From: Dimasssss Date: Fri, 20 Feb 2026 22:23:16 +0300 Subject: [PATCH 3/3] Update config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d8e31fd..be27ca6 100644 --- a/config.toml +++ b/config.toml @@ -125,7 +125,7 @@ hello = "00000000000000000000000000000000" # hello = 1073741824 # 1 GB # [access.user_expirations] -# format: "username" = "[year]-[month]-[day]T[hour]:[minute]:[second]Z" UTC +# format: username = "[year]-[month]-[day]T[hour]:[minute]:[second]Z" UTC # hello = "2027-01-01T00:00:00Z" # === Upstreams & Routing ===