Skip to content
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

IP range text change #524

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,15 @@ <h1>Network footprint</h1>
<section class="prose mx-auto bg-white border-2 rounded-xl mb-6 lg:mb-0 p-6">

<h3 class="text-3xl mt-0">Identify this provider by IP range</h3>
<p>Any services or websites running on IP addresses within these ranges below will be recognised as being managed by this provider,
and any green credentials from the provider will count towards any green checks.</p>
<p>A valid IP address should be in the format of ‘xxx.xxx.xxx.xxx’ where each ‘xxx’ is a number field that ranges from 0-255.</p>

<p>You can submit one or more IP ranges which will be used to identify any websites running on this provider.</p>
<p class="font-bold">Notes:</p>
<ul class="!pl-4">
<li class="list-disc">IPv4 and IPv6 formats are supported</li>
<li class="list-disc">To add a single IP address, put the same address in both the START and END fields</li>
</ul>

{{ wizard.form.ips.management_form }}

<div id="convenient-formset-ips">
{% for form in wizard.form.ips %}
<div class="convenient-form-ips bg-neutral-50 rounded-xl my-6 p-4">
Expand Down