mirror of
				https://codeberg.org/crimeflare/cloudflare-tor
				synced 2025-11-04 02:17:00 +01:00 
			
		
		
		
	Add 'tool/mastodonwch/README.md'
This commit is contained in:
		
							parent
							
								
									880bf1661b
								
							
						
					
					
						commit
						886bc8bd7d
					
				
					 1 changed files with 35 additions and 0 deletions
				
			
		
							
								
								
									
										35
									
								
								tool/mastodonwch/README.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								tool/mastodonwch/README.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,35 @@
 | 
			
		|||
### Shared on Mastodon
 | 
			
		||||
 | 
			
		||||
Who is sharing most Cloudflare links to other people? Please stop it already.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### Database
 | 
			
		||||
 | 
			
		||||
- toot_cfsaid: Tweet URL which CF link was observed
 | 
			
		||||
```
 | 
			
		||||
id	varchar(40) UNIQUE
 | 
			
		||||
who	varchar(80) INDEX
 | 
			
		||||
url	varchar(200) INDEX
 | 
			
		||||
ym	int(6) INDEX
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
- toot_notcf_fqdn: Unknown FQDN which was not listed as Cloudflare
 | 
			
		||||
```
 | 
			
		||||
fqdn	varchar(200) UNIQUE
 | 
			
		||||
dl	int(1) INDEX
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
- toot_scanned: To make sure not to analyze same tweet again
 | 
			
		||||
```
 | 
			
		||||
id	varchar(40) UNIQUE
 | 
			
		||||
who	varchar(80) INDEX
 | 
			
		||||
iscf	int(1) INDEX
 | 
			
		||||
ym	int(6) INDEX
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
- toot_sharefqdn: Just for counting FQDN
 | 
			
		||||
```
 | 
			
		||||
id	varchar(40) UNIQUE
 | 
			
		||||
fqdn	varchar(200) INDEX
 | 
			
		||||
ym	int(6) INDEX
 | 
			
		||||
```
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue