From 7cfd630b062ae3ded16b60ef52d5bfbeb643b489 Mon Sep 17 00:00:00 2001 From: Oleg Kraev Date: Sun, 6 Sep 2026 00:42:52 +0300 Subject: [PATCH] chore: update .env.sample with actual variables --- .env.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 11362707..96faf6f0 100644 --- a/.env.sample +++ b/.env.sample @@ -1,3 +1,6 @@ ### VITALS ### NODE_PORT=2222 -SECRET_KEY=SECRET_KEY_FROM_PANEL \ No newline at end of file +SECRET_KEY=SECRET_KEY_FROM_PANEL +SNI_VERIFICATION=false +NFTABLES_LOGGING=true +NFTABLES_ACCEPT_REPLY_TRAFFIC=false