From 5f54eb827065af3492f586becee027ce06ed7a80 Mon Sep 17 00:00:00 2001 From: artemws <59208085+artemws@users.noreply.github.com> Date: Sat, 14 Feb 2026 23:04:15 +0200 Subject: [PATCH] Comment out user_max_unique_ips setting Comment out user_max_unique_ips configuration --- config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 1a1d101..ba2545f 100644 --- a/config.toml +++ b/config.toml @@ -64,6 +64,9 @@ hello = "00000000000000000000000000000000" # [access.user_max_tcp_conns] # hello = 50 +# [access.user_max_unique_ips] +# hello = 5 + # [access.user_data_quota] # hello = 1073741824 # 1 GB @@ -80,4 +83,4 @@ weight = 10 # weight = 1 [dc_overrides] -"203" = "91.105.192.100:443" \ No newline at end of file +"203" = "91.105.192.100:443"