MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _setPwnCfgChecked

Function _setPwnCfgChecked

web/scripts/ragnar_modern.js:6219–6222  ·  view source on GitHub ↗
(id, val)

Source from the content-addressed store, hash-verified

6217 if (d.nameservers && d.nameservers.length) {
6218 nsHtml = d.nameservers.map(escapeHtml).join('<br>');
6219 if (d.dns_stub) nsHtml += '<br><span class="text-gray-500 text-xs">upstream via systemd-resolved stub</span>';
6220 } else {
6221 nsHtml = '<span class="text-gray-500">—</span>';
6222 }
6223 row('Nameservers', nsHtml);
6224
6225 // Gateway

Callers 1

loadPwnConfigFunction · 0.70

Calls 1

BooleanClass · 0.85

Tested by

no test coverage detected