mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
add config.json
This commit is contained in:
parent
9bf15887c4
commit
1f12d3e964
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
/vendor/
|
||||
/composer.lock
|
||||
/db.sqlite
|
||||
/config.json
|
||||
/db.sqlite
|
30
config.json
Normal file
30
config.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"homepage":"gemini://yggverse.cities.yesterweb.org",
|
||||
"theme":"Default",
|
||||
"resolver":
|
||||
{
|
||||
"enabled":false,
|
||||
"request":
|
||||
{
|
||||
"timeout":1,
|
||||
"host":
|
||||
[
|
||||
"1.1.1.1",
|
||||
"8.8.8.8"
|
||||
],
|
||||
"record":
|
||||
[
|
||||
"A",
|
||||
"AAAA"
|
||||
]
|
||||
},
|
||||
"result":
|
||||
{
|
||||
"shuffle":false,
|
||||
"cache":
|
||||
{
|
||||
"timeout":3600
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user