{% extends "base.html" %} {% import "_macros.html" as ui %} {% block title %}Settings · sagittarius{% endblock %} {% block content %}

{% call ui::icon("settings") %}{% endcall %}Settings

Global configuration. Most changes apply immediately; exceptions are noted.

{% if let Some(notice) = notice %}

{{ notice }}

{% endif %} {% if let Some(error) = error %} {% endif %}
Cache
Blocking
Returned to clients in answers for blocked domains.
Blocklists
Upstreams
Query log Persists per-query history for the log and dashboard. Disable for privacy.
{% if !chrome.read_only %} {% endif %}
{% if !chrome.read_only %}
Clear query log

Permanently delete all stored query history. This cannot be undone.

{% endif %} {% endblock %}