|
|
@ -43,79 +43,83 @@ |
|
|
|
</dl> |
|
|
|
</section> |
|
|
|
|
|
|
|
<section class="config"> |
|
|
|
<h3>Config</h3> |
|
|
|
<dl> |
|
|
|
{% if node.or_addresses.length %} |
|
|
|
<dt>Or Addresses</dt> |
|
|
|
{% for address in node.or_addresses %} |
|
|
|
<dd>{{ address }}</dd> |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
{% if node.dir_address %} |
|
|
|
<dt>Dir Address</dt> |
|
|
|
<dd>{{ node.dir_address }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.consensus_weight %} |
|
|
|
<dt>Consensus Weight</dt> |
|
|
|
<dd>{{ node.consensus_weight }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.transports.length %} |
|
|
|
<dt>Transport Protocols</dt> |
|
|
|
{% for transportProtocol in node.transports %} |
|
|
|
<dd>{{ transportProtocol }}</dd> |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
{% if node.exit_policy.length %} |
|
|
|
<dt>Exit Policy</dt> |
|
|
|
{% for rule in node.exit_policy %} |
|
|
|
<dd>{{ rule }}</dd> |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
{% if node.host_name %} |
|
|
|
<dt>Hostname</dt> |
|
|
|
<dd>{{ node.host_name }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.as_number %} |
|
|
|
<dt>AS Number</dt> |
|
|
|
<dd>{{ node.as_number }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.as_name %} |
|
|
|
<dt>AS Name</dt> |
|
|
|
<dd>{{ node.as_name }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.platform %} |
|
|
|
<dt>Platform</dt> |
|
|
|
<dd>{{ node.platform }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.type %} |
|
|
|
<dt>Type</dt> |
|
|
|
<dd>{{ node.type | title }}</dd> |
|
|
|
{% endif %} |
|
|
|
</dl> |
|
|
|
</section> |
|
|
|
<div class="columns"> |
|
|
|
|
|
|
|
<section class="meta"> |
|
|
|
<h3>Meta</h3> |
|
|
|
<dl> |
|
|
|
{% if node.contact %} |
|
|
|
<dt>Contact</dt> |
|
|
|
<dd>{{ node.contact }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.country_name %} |
|
|
|
<dt>Country</dt> |
|
|
|
<dd>{{ node.country_name }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.region_name %} |
|
|
|
<dt>Region</dt> |
|
|
|
<dd>{{ node.region_name }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.city_name %} |
|
|
|
<dt>City</dt> |
|
|
|
<dd>{{ node.city_name }}</dd> |
|
|
|
{% endif %} |
|
|
|
</dl> |
|
|
|
</section> |
|
|
|
<section class="config"> |
|
|
|
<h3>Config</h3> |
|
|
|
<dl> |
|
|
|
{% if node.or_addresses.length %} |
|
|
|
<dt>Or Addresses</dt> |
|
|
|
{% for address in node.or_addresses %} |
|
|
|
<dd>{{ address }}</dd> |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
{% if node.dir_address %} |
|
|
|
<dt>Dir Address</dt> |
|
|
|
<dd>{{ node.dir_address }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.consensus_weight %} |
|
|
|
<dt>Consensus Weight</dt> |
|
|
|
<dd>{{ node.consensus_weight }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.transports.length %} |
|
|
|
<dt>Transport Protocols</dt> |
|
|
|
{% for transportProtocol in node.transports %} |
|
|
|
<dd>{{ transportProtocol }}</dd> |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
{% if node.exit_policy.length %} |
|
|
|
<dt>Exit Policy</dt> |
|
|
|
{% for rule in node.exit_policy %} |
|
|
|
<dd>{{ rule }}</dd> |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
|
{% if node.host_name %} |
|
|
|
<dt>Hostname</dt> |
|
|
|
<dd>{{ node.host_name }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.as_number %} |
|
|
|
<dt>AS Number</dt> |
|
|
|
<dd>{{ node.as_number }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.as_name %} |
|
|
|
<dt>AS Name</dt> |
|
|
|
<dd>{{ node.as_name }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.platform %} |
|
|
|
<dt>Platform</dt> |
|
|
|
<dd>{{ node.platform }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.type %} |
|
|
|
<dt>Type</dt> |
|
|
|
<dd>{{ node.type | title }}</dd> |
|
|
|
{% endif %} |
|
|
|
</dl> |
|
|
|
</section> |
|
|
|
|
|
|
|
<section class="meta"> |
|
|
|
<h3>Meta</h3> |
|
|
|
<dl> |
|
|
|
{% if node.contact %} |
|
|
|
<dt>Contact</dt> |
|
|
|
<dd>{{ node.contact }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.country_name %} |
|
|
|
<dt>Country</dt> |
|
|
|
<dd>{{ node.country_name }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.region_name %} |
|
|
|
<dt>Region</dt> |
|
|
|
<dd>{{ node.region_name }}</dd> |
|
|
|
{% endif %} |
|
|
|
{% if node.city_name %} |
|
|
|
<dt>City</dt> |
|
|
|
<dd>{{ node.city_name }}</dd> |
|
|
|
{% endif %} |
|
|
|
</dl> |
|
|
|
</section> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|