Current section

Files

Jump to
shun lib shun preset ipv6 loopback.ex
Raw

lib/shun/preset/ipv6/loopback.ex

defmodule Shun.Preset.IPv6.Loopback do
@moduledoc """
Provides IPv6 related rules that reject loopback blocks.
Rules within this Preset use the following ranges:
- `::1`
"""
use Shun.Preset, targets: ~w(::1)
end