diff options
| author | Adam <Adam@anope.org> | 2012-03-13 17:45:07 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-03-13 17:45:07 -0400 |
| commit | a26f4b9a9a4e96ba88214e50dd49783aa1695559 (patch) | |
| tree | b713988011e52b42cee6dab33052d39f642acccb /data | |
| parent | 053d6a22470062e8eee08c5522788f432d8146ab (diff) | |
Bug #1389 - readd RNG seed in the config and start DNS query ids off on a random number
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index 5744265f0..0ed88ae13 100644 --- a/data/example.conf +++ b/data/example.conf @@ -282,6 +282,19 @@ options passlen = 32 /* + * This key is used to initiate the random number generator. This number + * MUST be random as you want your passcodes to be random. Don't give this + * key to anyone! Keep it private! + * + * NOTE: If you don't uncomment this or keep the default values, any talented + * programmer would be able to easily "guess" random strings used to mask + * information. Be safe, and come up with a 7-digit numbers. + * + * This directive is optional, but highly recommended. + */ + #seed = 9866235 + + /* * Allows Services to continue file write operations (i.e. database saving) * even if the original file cannot be backed up. Enabling this option may * allow Services to continue operation under conditions where it might |
