NAME

Net::DHCPv6::Option::CaptivePortal - DHCP Captive-Portal option (code 103) — captive portal API URI

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::CaptivePortal;
my $opt = Net::DHCPv6::Option::CaptivePortal->new(
    uri => 'https://example.com/portal',
);

DESCRIPTION

Carries a URI for a captive portal API endpoint, allowing clients to detect and interact with captive portals. See RFC 8910.

ALPHA STATUS

ALPHA SOFTWARE. This is an early release. The interface is experimental and subject to change without notice.

METHODS

new

Constructor. Requires uri.

uri

Returns the captive portal API URI.

SEE ALSO

Net::DHCPv6::Option, Net::DHCPv6::OptionList

AUTHOR

Dean Hamstead <dean@fragfest.com.au>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2026 by Dean Hamstead.

This is free software, licensed under:

The MIT (X11) License