Created
October 5, 2018 12:32
-
-
Save vmanyushin/38344bc89fda0d80c187ccb52223e7ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dictionaries> | |
<dictionary> | |
<name>asn</name> | |
<layout> | |
<hashed /> | |
</layout> | |
<source> | |
<file> | |
<path>/opt/ASN.csv</path> | |
<format>CSV</format> | |
</file> | |
</source> | |
<structure> | |
<id> | |
<name>IPRangeStart</name> | |
</id> | |
<attribute> | |
<name>IPRangeEnd</name> | |
<null_value>null</null_value> | |
<type>Int64</type> | |
</attribute> | |
<attribute> | |
<null_value /> | |
<name>IPRange</name> | |
<type>String</type> | |
</attribute> | |
<attribute> | |
<null_value>null</null_value> | |
<name>ASN</name> | |
<type>Int64</type> | |
</attribute> | |
<attribute> | |
<null_value /> | |
<name>ORG</name> | |
<type>String</type> | |
</attribute> | |
</structure> | |
<lifetime>600</lifetime> | |
</dictionary> | |
</dictionaries> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment