-
Notifications
You must be signed in to change notification settings - Fork 201
captive portal: update documentation #722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
source/manual/captiveportal.rst
Outdated
:code:`https://<opnsense-hostname>:<8000 + captive portal zone id>/api/captiveportal/access/api`. | ||
For example, :code:`https://opnsense.localdomain:8001/api/captiveportal/access/api` for zone 1. | ||
|
||
To set this DHCP/RA option, refer to the documentation for the respective DHCP server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not know for sure if we can send an RA option containing this yet.
I know that the DHCPv4 and DHCPv6 options are valid though. Maybe refer just to them for now.
Co-authored-by: Monviech <79600909+Monviech@users.noreply.github.com>
Co-authored-by: Monviech <79600909+Monviech@users.noreply.github.com>
Co-authored-by: Monviech <79600909+Monviech@users.noreply.github.com>
Co-authored-by: Monviech <79600909+Monviech@users.noreply.github.com>
Fixes #676