diff --git a/src/connections/destinations/index.md b/src/connections/destinations/index.md index 4ef6b2da3f..37bc1759b7 100644 --- a/src/connections/destinations/index.md +++ b/src/connections/destinations/index.md @@ -230,7 +230,6 @@ Segment supports IP Allowlisting in [all destinations](/docs/connections/destina - [LiveRamp](/docs/connections/destinations/catalog/actions-liveramp-audiences/) - [TradeDesk](/docs/connections/destinations/catalog/actions-the-trade-desk-crm/) - [Amazon Kinesis](/docs/connections/destinations/catalog/amazon-kinesis/) -- [Destination Functions](/docs/connections/functions/destination-functions/) Destinations that are not supported receive traffic from randomly assigned IP addresses. diff --git a/src/connections/functions/index.md b/src/connections/functions/index.md index e173effb0e..637420393f 100644 --- a/src/connections/functions/index.md +++ b/src/connections/functions/index.md @@ -46,4 +46,12 @@ To learn more, visit [destination insert functions](/docs/connections/functions/ With Functions Copilot, you can instrument custom integrations, enrich and transform data, and even secure sensitive data nearly instantaneously without writing a line of code. -To learn more, visit the [Functions Copilot documentation](/docs/connections/functions/copilot/). \ No newline at end of file +To learn more, visit the [Functions Copilot documentation](/docs/connections/functions/copilot/). + +#### IP Allowlisting + +IP Allowlisting uses a NAT gateway to route outbound Functions traffic from Segment’s servers to your destinations through a limited range of IP addresses, which can prevent malicious actors from establishing TCP and UDP connections with your integrations. + +IP Allowlisting is available for customers on Business Tier plans. + +To learn more, visit [Segment's IP Allowlisting documentation](/docs/connections/destinations/#ip-allowlisting). \ No newline at end of file