add tutorial on how to hide public instance

This commit is contained in:
Emilien Devos 2023-02-17 22:48:04 +01:00
parent 9323bee1da
commit fa8610156a
2 changed files with 235 additions and 0 deletions

View file

@ -29,6 +29,7 @@ nav:
- 'captcha-bug.md'
- 'anti-captcha.md'
- 'takedown.md'
- 'hide-instance-behind-proxy-server.md'
- 'For Developers':
- 'api.md'
- 'api/common_types.md'
@ -60,3 +61,4 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details # https://facelessuser.github.io/pymdown-extensions/extensions/details/