kopia lustrzana https://github.com/snarfed/bridgy-fed
/admin/atproto: relax zayo.com check
rodzic
ebe3e974b4
commit
a8d67e4a2f
|
|
@ -14,7 +14,7 @@
|
|||
{% for s in subs %}
|
||||
{% set host = gethostbyaddr(s.ip) %}
|
||||
{% set pt = pytz.timezone('US/Pacific') %}
|
||||
<li {% if host and (host == 'bsky' or host.endswith('.zip.zayo.com')) %}style="background-color: lightgreen"{% endif %}>
|
||||
<li {% if host and (host == 'bsky' or host.endswith('.zayo.com')) %}style="background-color: lightgreen"{% endif %}>
|
||||
{{ s.ip }} {{ host }} {{s.user_agent }} {{ s.args }} {{ s.start.astimezone(pt) }}
|
||||
{% endfor %}
|
||||
<ul>
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue