Log FQDN
This commit is contained in:
parent
4720814e1f
commit
231cab309d
2 changed files with 14 additions and 5 deletions
|
|
@ -93,4 +93,5 @@ class LookupLog(Base):
|
|||
lat = Column(Float)
|
||||
lon = Column(Float)
|
||||
remote_addr = Column(String)
|
||||
fqdn = Column(String)
|
||||
result = Column(postgresql.JSONB)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue