diff --git a/crowdsec-docs/sidebarsUnversioned.ts b/crowdsec-docs/sidebarsUnversioned.ts index 6eb8375f5..b032bb9f4 100644 --- a/crowdsec-docs/sidebarsUnversioned.ts +++ b/crowdsec-docs/sidebarsUnversioned.ts @@ -570,11 +570,11 @@ const sidebarsUnversionedConfig: SidebarConfig = { }, label: "Integrations", items: [ + "integrations/rawiplist", "integrations/checkpoint", "integrations/cisco", "integrations/f5", "integrations/fortinet", - "integrations/genericfirewall", "integrations/juniper", "integrations/mikrotik", "integrations/opnsense", diff --git a/crowdsec-docs/unversioned/integrations/checkpoint.mdx b/crowdsec-docs/unversioned/integrations/checkpoint.mdx index a6f853608..977108331 100644 --- a/crowdsec-docs/unversioned/integrations/checkpoint.mdx +++ b/crowdsec-docs/unversioned/integrations/checkpoint.mdx @@ -71,7 +71,7 @@ You need to put the username and password provided by the console in the "Feed U https://:@admin.api.crowdsec.net/v1/integrations//content ``` -In this example, we used "Generic Firewall Format", but you can use checkpoint format and select the data column "1". +In this example, we used "Raw IP List Format", but you can use checkpoint format and select the data column "1". ![](/img/checkpoint_step4.png) diff --git a/crowdsec-docs/unversioned/integrations/intro.mdx b/crowdsec-docs/unversioned/integrations/intro.mdx index 4991e9cdd..941ecdf2a 100644 --- a/crowdsec-docs/unversioned/integrations/intro.mdx +++ b/crowdsec-docs/unversioned/integrations/intro.mdx @@ -47,11 +47,11 @@ Once you are on the Integrations page you can select the integration you would l ## Current Integrations +- [Raw IP List](integrations/genericvendor.mdx) - [Checkpoint](integrations/checkpoint.mdx) - [Cisco](integrations/cisco.mdx) - [F5](integrations/f5.mdx) - [Fortinet](integrations/fortinet.mdx) -- [Generic Firewall](integrations/genericvendor.mdx) - [Juniper](integrations/juniper.mdx) - [Mikrotik](integrations/mikrotik.mdx) - [OPNsense](integrations/opnsense.mdx) @@ -61,5 +61,5 @@ Once you are on the Integrations page you can select the integration you would l - [Remediation Component](integrations/remediationcomponent.mdx) :::info -If you don't see an integration for your specific Firewall, you can use the [Generic Firewall](integrations/genericvendor.mdx) integration in most cases. +If you don't see an integration for your specific Firewall, you can use the [Raw IP List](integrations/genericvendor.mdx) integration in most cases. ::: \ No newline at end of file diff --git a/crowdsec-docs/unversioned/integrations/genericvendor.mdx b/crowdsec-docs/unversioned/integrations/rawiplist.mdx similarity index 79% rename from crowdsec-docs/unversioned/integrations/genericvendor.mdx rename to crowdsec-docs/unversioned/integrations/rawiplist.mdx index 641fc8e8a..84cd326c0 100644 --- a/crowdsec-docs/unversioned/integrations/genericvendor.mdx +++ b/crowdsec-docs/unversioned/integrations/rawiplist.mdx @@ -1,11 +1,11 @@ --- -id: genericfirewall -title: Generic Firewall (Raw IP-list) +id: rawiplist +title: Raw IP List --- import ThemedImage from "@theme/ThemedImage"; import useBaseUrl from "@docusaurus/useBaseUrl"; -The CrowdSec Raw IP List (or Generic Firewall) integration allows you to block malicious IPs in your Firewall. This guide will walk you through the steps to integrate CrowdSec blocklists with your Firewall. +The CrowdSec **Raw IP List** integration allows you to block malicious IPs in your Firewall. This guide will walk you through the steps to integrate CrowdSec blocklists with your Firewall. ### Prerequisites @@ -17,10 +17,10 @@ We will presume you followed the [Getting Started](integrations/intro.mdx) guide Once you are authenticated, you can proceed to the Blocklist tab located on the top menu bar, from there you can select the Integrations sub menu. -Once the page has loaded, you can click the "Connect" button under the Raw IP List (or Generic Firewall) logo. +Once the page has loaded, you can click the "Connect" button under the **Raw IP List** logo.