to ease the dnscrypt-proxy configuration I've build this package, main features: * full resolver list handling, incl. list refresh and simple resolver selection per instance * trigger support * support the following (conditional) options: * resolvers_list * ephemeral_keys * blacklist * block_ipv6 * local_cache * query_log_file Signed-off-by: Dirk Brenken <dev@brenken.org>
13 lines
222 B
HTML
13 lines
222 B
HTML
<style type="text/css">
|
|
textarea
|
|
{
|
|
border: 1px solid #cccccc;
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
font-family: monospace;
|
|
resize: none;
|
|
white-space: pre;
|
|
overflow-wrap: normal;
|
|
overflow-x: scroll;
|
|
}
|
|
</style>
|