diff --git a/source/intro.rst b/source/intro.rst index a7c24ac7..6889cca5 100644 --- a/source/intro.rst +++ b/source/intro.rst @@ -71,7 +71,6 @@ OPNsense Core Features - Road warrior - IPsec - OpenVPN - - Legacy PPTP support - High Availability & Hardware Failover diff --git a/source/manual/aliases.rst b/source/manual/aliases.rst index 8757505a..29c401be 100644 --- a/source/manual/aliases.rst +++ b/source/manual/aliases.rst @@ -22,6 +22,8 @@ OPNsense offers the following alias types: +------------+------------------------------------------------------+ | URL Tables | A table of ip addresses that can be fetched | +------------+------------------------------------------------------+ +| GeoIP | Select countries or whole regions | ++------------+------------------------------------------------------+ ----- Hosts @@ -66,6 +68,18 @@ URL tables can be used to fetch a list of ip addresses from a remote server. There are several IP lists available for free, most notably are the "Don't Route Or Peer" lists from Spamhaus. +----- +GeoIP +----- +With GeoIP alias you can select one or more countries or whole continents to block +or allow. Use the *toggle all* checkbox to select all countries within the given +region. + +This feature was reworked with 17.7.7 and supersedes the GeoIP blocking via IPS. + + .. image:: images/firewall_geoip_alias.png + :scale: 100% + -------------- Import Feature -------------- diff --git a/source/manual/images/firewall_geoip_alias.png b/source/manual/images/firewall_geoip_alias.png new file mode 100644 index 00000000..a3cefd50 Binary files /dev/null and b/source/manual/images/firewall_geoip_alias.png differ