Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/connections/destinations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
10 changes: 9 additions & 1 deletion src/connections/functions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
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).
Loading