Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TelcoDB
Web Frontend
Commits
56945b52
Verified
Commit
56945b52
authored
Oct 23, 2019
by
Elias Ojala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not mention reverses on /docs/tor-relay-list/
parent
652623d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
views/docs/tor-relay-list.twig
views/docs/tor-relay-list.twig
+2
-2
views/tor-relay/list.twig
views/tor-relay/list.twig
+4
-1
No files found.
views/docs/tor-relay-list.twig
View file @
56945b52
...
...
@@ -20,10 +20,10 @@
<li><a
href=
"https://api.telcodb.net/dl/tor-relay-list.json"
>
JSON format
</a></li>
</ul>
<p
class=
"mb-2"
>
The JSON version currently has the following extra features that are not available on the origin:
{#
<p class="mb-2">The JSON version currently has the following extra features that are not available on the origin:
<ul>
<li><a href="https://en.wikipedia.org/wiki/Reverse_DNS_lookup">Reverse DNS</a> records</li>
</ul></p>
</ul></p>
#}
<p>
The data is automatically updated to the forementioned endpoints,
see the
<a
href=
"https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified"
...
...
views/tor-relay/list.twig
View file @
56945b52
...
...
@@ -8,6 +8,7 @@
<thead>
<tr>
<th
scope=
"col"
>
IP Address
</th>
{# <th scope="col">Reverses</th> #}
<th
scope=
"col"
>
Name
</th>
<th
scope=
"col"
>
ORPort
</th>
<th
scope=
"col"
>
DirPort
</th>
...
...
@@ -21,8 +22,10 @@
{%
for
relay
in
data
%}
<tr>
<td>
<a
href=
"/ip/
{{
compressIp
(
relay.ip
)
|
e
}}
"
class=
"ipRecord add-parenthesis"
data-ip=
"
{{
compressIp
(
relay.ip
)
|
e
}}
"
>
{{
compressIp
(
relay.ip
)
|
e
}}
</a>
<a
href=
"/ip/
{{
compressIp
(
relay.ip
)
|
e
}}
"
class=
"ipRecord add-parenthesis"
data-ip=
"
{{
compressIp
(
relay.ip
)
|
e
}}
"
>
{{
compressIp
(
relay.ip
)
|
e
}}
</a>
</td>
{# <td>{{ relay.reverse[0]|e }}</td> #}
<td>
{{
relay.name
|
e
}}
</td>
<td>
{{
relay.router_port
|
e
}}
</td>
<td>
{{
relay.directory_port
|
e
}}
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment