This website requires JavaScript.
Explore
Help
Sign In
pi-hole
/
FTL
Watch
1
Star
0
Fork
0
You've already forked FTL
mirror of
https://github.com/pi-hole/FTL.git
synced
2024-10-26 16:52:18 +02:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4,945
Commits
20
Branches
106
Tags
48fc06d46b8a90dacb4e0051ceb73af062e7ca4e
Commit Graph
2 Commits
Author
SHA1
Message
Date
DL6ER
e145d20d28
Rewrite the entire config-related code to allow for changing data without having to restart. Hereby, we greatly reduce code duplication in the TOML routines so we won't have to touch tme in the future when adding additional options.
...
Signed-off-by: DL6ER <
dl6er@dl6er.de
>
2023-01-07 18:06:41 +01:00
DL6ER
f2d68f20d7
Also verify endpoint structure: Query endpoints from FTL and check if all properties mentioned in the docs are present (and of correct type) and that there are no extra properties we forgot to document. Furthermore, also verify that the provided examples are of correct type, too.
...
Signed-off-by: DL6ER <
dl6er@dl6er.de
>
2023-01-03 21:51:13 +01:00