Skip to content

Instantly share code, notes, and snippets.

@vmanyushin
Created October 5, 2018 12:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmanyushin/38344bc89fda0d80c187ccb52223e7ee to your computer and use it in GitHub Desktop.
Save vmanyushin/38344bc89fda0d80c187ccb52223e7ee to your computer and use it in GitHub Desktop.
<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