Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaascari committed Aug 30, 2024
1 parent dbbd637 commit f57abe3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data_model/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ class IPDataModel(BaseDataModel):
max_length=100, null=True
) # MaxMind, AbuseIPDB
isp = models.CharField(max_length=100, null=True) # AbuseIPDB
is_anonymizer = models.BooleanField(null=True) # TorProject, Crowdsec
is_tor_exit_node = models.BooleanField(null=True) # TorProject, Crowdsec
# additional_info
# behavior = models.CharField(max_length=100, null=True) # Crowdsec
# noise = models.BooleanField(null=True) # GreyNoise
Expand Down

0 comments on commit f57abe3

Please sign in to comment.