Compare commits

...

2 commits

Author SHA1 Message Date
oxeo0
cc1cfc48ac
compress images 2025-06-05 17:09:00 +02:00
oxeo0
b03de58ab1
add dnscrypt to nav 2025-06-05 16:35:36 +02:00
3 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit f51908b856c363eb678f411cf465c9c4b694f6c5 Subproject commit 042909fd13e71b15a4cf31cc51100d67056acad0

View file

@ -65,6 +65,7 @@ nav:
- opsec/hypervisorsetup/index.md - opsec/hypervisorsetup/index.md
- opsec/vpn/index.md - opsec/vpn/index.md
- opsec/vpnqemu/index.md - opsec/vpnqemu/index.md
- opsec/dnscrypt/index.md
- 💻 Private VM Privacy: - 💻 Private VM Privacy:
- opsec/privatesimplex/index.md - opsec/privatesimplex/index.md
- opsec/compilation/index.md - opsec/compilation/index.md

View file

@ -60,4 +60,4 @@ def main(directory, max_workers):
print(f"Compression failed for {fpath}: {exc}") print(f"Compression failed for {fpath}: {exc}")
if __name__ == "__main__": if __name__ == "__main__":
main('../docs/', max_workers=32) main('../docs/', max_workers=4)