mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2025-01-09 13:08:18 +00:00
Update 'tool/birdwch/README.md'
This commit is contained in:
parent
1f4c58bb44
commit
bf958ad68d
@ -52,7 +52,7 @@ so the bot is appreciated.
|
|||||||
|
|
||||||
### Database
|
### Database
|
||||||
|
|
||||||
- toot_cfsaid: Tweet URL which CF link was observed
|
- tweet_cfsaid: Tweet URL which CF link was observed
|
||||||
```
|
```
|
||||||
id varchar(40) UNIQUE
|
id varchar(40) UNIQUE
|
||||||
who varchar(80) INDEX
|
who varchar(80) INDEX
|
||||||
@ -60,13 +60,13 @@ url varchar(200) INDEX
|
|||||||
ym int(6) INDEX
|
ym int(6) INDEX
|
||||||
```
|
```
|
||||||
|
|
||||||
- toot_notcf_fqdn: Unknown FQDN which was not listed as Cloudflare
|
- tweet_notcf_fqdn: Unknown FQDN which was not listed as Cloudflare
|
||||||
```
|
```
|
||||||
fqdn varchar(200) UNIQUE
|
fqdn varchar(200) UNIQUE
|
||||||
dl int(1) INDEX
|
dl int(1) INDEX
|
||||||
```
|
```
|
||||||
|
|
||||||
- toot_scanned: To make sure not to analyze same tweet again
|
- tweet_scanned: To make sure not to analyze same tweet again
|
||||||
```
|
```
|
||||||
id varchar(40) UNIQUE
|
id varchar(40) UNIQUE
|
||||||
who varchar(80) INDEX
|
who varchar(80) INDEX
|
||||||
@ -74,7 +74,7 @@ iscf int(1) INDEX
|
|||||||
ym int(6) INDEX
|
ym int(6) INDEX
|
||||||
```
|
```
|
||||||
|
|
||||||
- toot_sharefqdn: Just for counting FQDN
|
- tweet_sharefqdn: Just for counting FQDN
|
||||||
```
|
```
|
||||||
id varchar(40) UNIQUE
|
id varchar(40) UNIQUE
|
||||||
fqdn varchar(200) INDEX
|
fqdn varchar(200) INDEX
|
||||||
|
Loading…
Reference in New Issue
Block a user