diff --git a/src/nvhttp.cpp b/src/nvhttp.cpp index 03c1e26aaa8..4db8c6e4e94 100644 --- a/src/nvhttp.cpp +++ b/src/nvhttp.cpp @@ -761,6 +761,10 @@ namespace nvhttp { } tree.put("root.ServerCodecModeSupport", codec_mode_flags); + if (!config::nvhttp.external_ip.empty()) { + tree.put("root.ExternalIP", config::nvhttp.external_ip); + } + auto current_appid = proc::proc.running(); tree.put("root.PairStatus", pair_status); tree.put("root.currentgame", current_appid);