From 7fe2741cf436f025eb44ff9d4f4b2ebe9f13c0fb Mon Sep 17 00:00:00 2001 From: pato-pan <131620424+pato-pan@users.noreply.github.com> Date: Wed, 2 Aug 2023 06:20:33 -0400 Subject: [PATCH] Update redsocks.conf.example (#188) minor misspelling of the word cache (cahce) --- redsocks.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redsocks.conf.example b/redsocks.conf.example index 82d5c37..0e5821b 100644 --- a/redsocks.conf.example +++ b/redsocks.conf.example @@ -179,7 +179,7 @@ ipcache { // Configure IP cache cache_size = 4; // Maximum number of IP's in 1K. stale_time = 900; // Seconds to stale an IP in cache since it is added - // into cahce. + // into cache. // Set it to 0 to disable cache stale. port_check = 1; // Whether to distinguish port number in address cache_file = "/tmp/ipcache.txt"; // File used to store blocked IP's in cache.