diff options
Diffstat (limited to 'docs/reference/plugins/validation/http/selfhosting.md')
-rw-r--r-- | docs/reference/plugins/validation/http/selfhosting.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/reference/plugins/validation/http/selfhosting.md b/docs/reference/plugins/validation/http/selfhosting.md index 9cbb12c..649c248 100644 --- a/docs/reference/plugins/validation/http/selfhosting.md +++ b/docs/reference/plugins/validation/http/selfhosting.md @@ -1,3 +1,14 @@ --- sidebar: reference ----
\ No newline at end of file +--- + +# Self-hosting +This plugin launches a temporary built-in web listener that stores the +validation response in memory. It can share port 80 with IIS and +other (Microsoft) software so this doesn't interfere with regular traffic. +Not all software supports this port sharing feature though. If you get errors +telling you that the listener cannot be started, please look for another +validation method. + +## Unattended +`[--validation selfhosting]`
\ No newline at end of file |