Skip to content

Commit

Permalink
Remove obsolete domain_audit table documentation
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <dl6er@dl6er.de>
  • Loading branch information
DL6ER committed Jul 8, 2023
1 parent a7a5cb1 commit 260e322
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions docs/database/gravity/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,3 @@ This allows to specify "broad clients" such as
CIDR notation can be used for IPv6 subnets as well. The IPv6 block `2001:db8::/48` represents all IPv6 addresses from `2001:db8:0:0:0:0:0:0` to `2001:db8:0:ffff:ffff:ffff:ffff:ffff` (1,208,925,819,614,629,174,706,176 = roughly one heptillion devices).

Note that Pi-hole's implementation is more generic than what is written on the linked Wikipedia article as you can use *any* CIDR block (not only multiples of 4).

## Audit Table (`domain_audit`)

The `domain_audit` table contains domains that have been audited by the user on the web interface.

Label | Type | Uniqueness enforced | Content
----- | ---- | ------------------- | --------
`id` | integer | Yes | Unique ID for database operations
`domain` | text | Yes | Domain
`date_added` | integer | No | Unix timestamp when domain was added
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ plugins:
redirect_maps:
'ftldns/database.md': database/index.md
'ftldns/regex/index.md': ftldns/regex/overview.md
'ftldns/dns-cache/index.md': api/dns/cache.md
'main/presentations.md': index.md
'main/prerequesites.md': main/prerequisites.md
'guides/unbound.md': guides/dns/unbound.md
Expand Down

0 comments on commit 260e322

Please sign in to comment.