From 1cc1497378625a5b6ac261327ce72e71b57742c5 Mon Sep 17 00:00:00 2001 From: Hossin Asaadi Date: Wed, 9 Nov 2022 03:49:27 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa42a2fd..5f0d4216 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,17 @@ xray panel supporting multi-protocol, **Multi-lang (English,Chinese)**, **IP Res # Enable IP Restrictions Per Inbound 1 - open panel settings and tab xray related settings put this to first of json : - ``` + ```json { + ... + "log": { "loglevel": "warning", "access": "./access.log" }, - + + ... + "api": ... ``` - change access log path as you want