Skip to content

Commit 87b7b90

Browse files
committed
mark as draft, formatting
1 parent ded3328 commit 87b7b90

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2023 Filip Pokorný (thank you!!) Adapted by aaronkaplan
1+
# SPDX-FileCopyrightText: 2025 Sebastian Wagner
22
# SPDX-License-Identifier: AGPL-3.0-or-later
33

44
name: "Build and publish documentation"
@@ -48,7 +48,7 @@ jobs:
4848
tlmgr repository add ftp://tug.org/historic/systems/texlive/2021/tlnet-final
4949
tlmgr repository remove https://mirror.ctan.org/systems/texlive/tlnet
5050
tlmgr option repository ftp://tug.org/historic/systems/texlive/2021/tlnet-final
51-
tlmgr install sourcecodepro
51+
tlmgr install sourcecodepro draftwatermark
5252
5353
- name: "Install Python dependencies"
5454
run: |

report/deployment/overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ Guidance on setting up webservers with ECH, can be found in the ECH Development
4646

4747
## Complexity of Configuring the Zone Factory
4848

49-
XXX Feedback - 6.3 bullet 3 - our ZF implementation doesn't need to know about zone files directly, it uses bind's nsupdate so only needs to know the names and value of the RRs to update, which is a bit easier, and there's no realistic chance of updating the wrong zone via ZF misconfiguration.
50-
5149
The Zone Factory must be aware of the following:
5250

5351
1. Identifying well-known sites (`wkech`) to monitor.
@@ -63,5 +61,5 @@ It is imperative to secure the WKECH directory: it must contain only public keys
6361
DNSSEC (Domain Name System Security Extensions) implementation enables clients to validate ECH-enabled domains. This not only enhances the integrity of the DNS responses but also mitigates the risk of resolvers inadvertently blocking SVCB or ECH parameters.
6462

6563

66-
[^1]: <https://httpd.apache.org/docs/2.4/mod/mod_md.html>**
64+
[^1]: <https://httpd.apache.org/docs/2.4/mod/mod_md.html>
6765
[^2]: <https://github.com/defo-project/ech-dev-utils#user-content-server-details>

report/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ keywords:
1414
titlepage: "true"
1515
toc-own-page: "true"
1616
subtitle: The consequences of the adoption of ECH and its related protocols
17+
watermark: DRAFT
1718
---
1819
# About this report
1920

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
mkdocs
22
git+https://github.com/sebix/mkdocs-pandoc-plugin.git@combined
3-
pandoc

0 commit comments

Comments
 (0)