ソースを参照

Clarify hash minimum length usage

master
Gedalya 7年前
コミット
9ada5d59c0
1個のファイルの変更4行の追加1行の削除
  1. 4
    1
      init/postsrsd.default.in

+ 4
- 1
init/postsrsd.default.in ファイルの表示

@@ -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.

読み込み中…
キャンセル
保存