summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/SearchForm.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/components/SearchForm.js b/src/components/SearchForm.js
index 5e8ab9f..b3a09c0 100644
--- a/src/components/SearchForm.js
+++ b/src/components/SearchForm.js
@@ -42,6 +42,26 @@ class SearchForm extends React.Component {
key: "port",
value: "port",
text: "Port"
+ },
+ {
+ key: "domain",
+ value: "domain",
+ text: "Domain"
+ },
+ {
+ key: "ip",
+ value: "ip",
+ text: "IP"
+ },
+ {
+ key: "asn",
+ value: "asn",
+ text: "ASN"
+ },
+ {
+ key: "asn_country_code",
+ value: "asn_country_code",
+ text: "ASN Country Code"
}
];
return (