Module z_ip_address

Misc utility URL functions for zotonic.

Copyright © 2012-2019 Marc Worrell

Authors: Marc Worrell.

Description

Misc utility URL functions for zotonic

Function Index

ip_match/2Check if an IP address matches a list of addresses and masks like "127.0.0.0/8,10.0.0.0/8,fe80::/10".
is_local/1An IP address is local if it matches "127.0.0.0/8,10.0.0.0/8,192.168.0.0/16,172.16.0.0/12,169.254.0.0/16,::1,fd00::/8,fe80::/10,100.64.0.0/10".

Function Details

ip_match/2

ip_match(IP::undefined | string() | binary() | tuple(), IPs::local | any | none | list() | string() | binary()) -> boolean()

Check if an IP address matches a list of addresses and masks like "127.0.0.0/8,10.0.0.0/8,fe80::/10"

is_local/1

is_local(X1) -> any()

An IP address is local if it matches "127.0.0.0/8,10.0.0.0/8,192.168.0.0/16,172.16.0.0/12,169.254.0.0/16,::1,fd00::/8,fe80::/10,100.64.0.0/10"


Generated by EDoc