Browse Source

Clarify hash minimum length usage

master
Gedalya 7 years ago
parent
commit
9ada5d59c0
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      init/postsrsd.default.in

+ 4
- 1
init/postsrsd.default.in View File

@@ -26,7 +26,10 @@ SRS_SECRET=@SYSCONF_DIR@/@PROJECT_NAME@.secret
26 26
 # Length of hash to be used in rewritten addresses
27 27
 SRS_HASHLENGTH=4
28 28
 
29
-# Minimum length of hash to accept when validating return addresses
29
+# Minimum length of hash to accept when validating return addresses.
30
+# When increasing SRS_HASHLENGTH, set this to its previous value and
31
+# wait for the duration of SRS return address validity (21 days) before
32
+# increading this value as well.
30 33
 SRS_HASHMIN=4
31 34
 
32 35
 # Local ports for TCP list.

Loading…
Cancel
Save