diff --git a/docs/reference/configuration/properties.md b/docs/reference/configuration/properties.md
index 28e6ba6c..860ca6d0 100644
--- a/docs/reference/configuration/properties.md
+++ b/docs/reference/configuration/properties.md
@@ -1398,27 +1398,22 @@ Specifies if the username entered during login needs to be formatted prior to a
-## Notification
+## Networking
-**`dt.notification-publisher.email.allow-local-connections`** [¶](#dtnotification-publisheremailallow-local-connections){ .headerlink }
+**`dt.outbound.allowed-destinations`** [¶](#dtoutboundallowed-destinations){ .headerlink }
-Defines whether the email notification publisher is allowed to connect to local hosts.
+Defines which destinations outbound connections may reach.
Every address a host resolves to must be allowed. Connections to the database, S3 file storage, LDAP, and OIDC identity providers are always allowed.
Supported entries:
external: publicly routable addresses private: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 100.64.0.0/10, fc00::/7 loopback: 127.0.0.0/8, ::1 - IP addresses and CIDR ranges, e.g.
10.1.0.0/16 - hostnames, e.g.
internal.example.com *: all destinations; must be the only entry
Link-local, unspecified, and cloud metadata addresses (e.g. `169.254.169.254`) are always denied, unless an IP address or CIDR range entry at least as specific allows them. Hostname entries never do.
Requests through the configured HTTP proxy are only checked when the destination is an IP address.
-| Type | boolean |
-| Default | false |
-| ENV | DT_NOTIFICATION_PUBLISHER_EMAIL_ALLOW_LOCAL_CONNECTIONS |
+| Type | string |
+| Default | external,private |
+| Example | external,private,10.1.0.0/16 |
+| ENV | DT_OUTBOUND_ALLOWED_DESTINATIONS |
-**`dt.notification-publisher.kafka.allow-local-connections`** [¶](#dtnotification-publisherkafkaallow-local-connections){ .headerlink }
-Defines whether the Kafka notification publisher is allowed to connect to local hosts.
-
-| Type | boolean |
-| Default | false |
-| ENV | DT_NOTIFICATION_PUBLISHER_KAFKA_ALLOW_LOCAL_CONNECTIONS |
-
+## Notification
**`dt.notification.outbox-relay.batch-size`** * [¶](#dtnotificationoutbox-relaybatch-size){ .headerlink }
@@ -2059,16 +2054,6 @@ Defines the name of the data source to be used by the internal vulnerability ana
| ENV | DT_VULN_ANALYZER_INTERNAL_DATASOURCE_NAME |
-**`dt.vuln-analyzer.oss-index.allow-local-connections`** [¶](#dtvuln-analyzeross-indexallow-local-connections){ .headerlink }
-
-Defines whether the OSS Index vulnerability analyzer is allowed to connect to local hosts.
-
-
-| Type | boolean |
-| Default | false |
-| ENV | DT_VULN_ANALYZER_OSS_INDEX_ALLOW_LOCAL_CONNECTIONS |
-
-
**`dt.vuln-analyzer.snyk.api-version`** [¶](#dtvuln-analyzersnykapi-version){ .headerlink }
Defines the Snyk REST API version to use.
Should only be changed if the default version is discontinued by Snyk and an upgrade of Dependency-Track is not immediately possible.