From 09dcbc3598b65bf1d8e2cf058e6041d156a694ef Mon Sep 17 00:00:00 2001 From: aleskxyz <39186039+aleskxyz@users.noreply.github.com> Date: Sun, 3 Dec 2023 12:22:11 +0100 Subject: [PATCH] update readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 68aafc4..2280a00 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Features: * You can change tunneling protocol (vless, TUIC, hysteria2) * You can get valid TLS certificate with Letsencrypt * You can block malware and adult contents +* Merges your custom advanced configuration * Use Cloudflare WARP to hide your outbound traffic * Supports Cloudflare warp+ * Install with a single command @@ -339,3 +340,28 @@ So we need to execute this command: ``` bash <(curl -sL https://bit.ly/realityez) --transport=grpc --domain=www.wikipedia.com --enable-safenet=true --enable-warp=true --warp-license=26z9i0ld-WG0wy324-rA703nZ2 ``` +## Custom Configuration +Use this feature only if you know exactly what you are doing! + +You can override the configuration generated by the script and add your own custom configuration to it. + +Write your custom configuration in one of these files based on the engine that you are using: + +``` +/opt/reality-ezpz/sing-box.patch +``` +or +``` +/opt/reality-ezpz/xray.patch +``` +And run script to apply your changes. + +For example if you want to increase the debug level of sing-box engine, you can create `/opt/reality-ezpz/sing-box.patch` with this content: +``` +{ + "log": { + "level": "debug", + "timestamp": true + } +} +``` \ No newline at end of file