mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 22:12:25 +01:00
Fixed example.conf set::dns::retries, 2s -> 2
This commit is contained in:
commit
0c74c5cd11
2 changed files with 2 additions and 1 deletions
1
Changes
1
Changes
|
@ -1783,3 +1783,4 @@ seen. gmtime warning still there
|
|||
- Fixed so crypt() works on !HAVE_CRYPT systems with openssl 0.9.7+ too
|
||||
(yes, this makes us able to compile win32-ssl)
|
||||
** beta14 released **
|
||||
- Fixed example.conf set::dns::retries, 2s -> 2
|
||||
|
|
|
@ -698,7 +698,7 @@ set {
|
|||
dns {
|
||||
nameserver 127.0.0.1;
|
||||
timeout 2s;
|
||||
retries 2s;
|
||||
retries 2;
|
||||
};
|
||||
options {
|
||||
hide-ulines;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue