From 5bd425346c7223ea10ee849e24eba55ba1587ab4 Mon Sep 17 00:00:00 2001 From: cnderrauber Date: Tue, 2 Jun 2026 09:50:45 +0800 Subject: [PATCH] Document of advertise_internal_ip and external_ip_only (#4554) --- config-sample.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-sample.yaml b/config-sample.yaml index 8f5377c0a..8b5891fdf 100644 --- a/config-sample.yaml +++ b/config-sample.yaml @@ -71,6 +71,8 @@ rtc: # advertise_internal_ip: true # # when set to true, SFU skips external IP accessibility checks via self-ping. # # enable this when SFU is behind NAT that does not allow self-ping. only works when `use_external_ip` is set to true. + # # when both this and `external_ip_only` are set, SFU advertises all private IPs with their mapped external IPs and skips + # # private IPs that do not have a mapped external IP. # skip_external_ip_validation: true # # there are cases where the public IP determined via STUN is not the correct one # # in such cases, use this setting to set the public IP of the node