mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add config.json
This commit is contained in:
parent
9bf15887c4
commit
1f12d3e964
2 changed files with 31 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
||||||
/vendor/
|
/vendor/
|
||||||
/composer.lock
|
/composer.lock
|
||||||
/db.sqlite
|
/db.sqlite
|
||||||
/config.json
|
|
||||||
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…
Add table
Add a link
Reference in a new issue