mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
add curl dns resolver options #15
This commit is contained in:
parent
479c85ea68
commit
28040c934f
2 changed files with 58 additions and 0 deletions
|
|
@ -177,6 +177,18 @@
|
|||
{
|
||||
"max":10485760
|
||||
}
|
||||
},
|
||||
"dns":
|
||||
{
|
||||
"cache":
|
||||
{
|
||||
"timeout":120,
|
||||
"global":false
|
||||
},
|
||||
"shuffle":false,
|
||||
"interface":null,
|
||||
"ip4address":null,
|
||||
"ip6address":null
|
||||
}
|
||||
},
|
||||
"queue":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue