Explorar el Código

Clarify hash minimum length usage

master
Gedalya hace 7 años
padre
commit
9ada5d59c0
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4
    1
      init/postsrsd.default.in

+ 4
- 1
init/postsrsd.default.in Ver fichero

@@ -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…
Cancelar
Guardar