Änderung des ULA auf /64
This commit is contained in:
7
main.go
7
main.go
@@ -428,16 +428,17 @@ var singlePageHTML = `<!DOCTYPE html>
|
||||
</form>
|
||||
{{if .HaveResult}}
|
||||
<div>
|
||||
<h2>Windows 11-Eingaben</h2>
|
||||
<h2>Windows-Eingaben</h2>
|
||||
<p style="color:#b00">Verwenden Sie ausschließlich den 'alten' Dialog über die klassische Systemsteuerung! Nicht das 'moderne' UI über Einstellungen, da sonst zusätzliche IP-Adressen gelöscht werden!</p>
|
||||
<div class="row"><label>IP-Adresse</label><input readonly id="ip" value="{{.IPv6}}"><button type="button" class="copy" id="ipBtn" onclick="copy('ip')">Copy</button></div>
|
||||
<div class="row"><label>Subnetzpräfix</label><input readonly id="pl" value="96"><button type="button" class="copy" id="plBtn" onclick="copy('pl')">Copy</button></div>
|
||||
<div class="row"><label>Subnetzpräfix</label><input readonly id="pl" value="64"><button type="button" class="copy" id="plBtn" onclick="copy('pl')">Copy</button></div>
|
||||
<div class="row"><label>Gateway</label><input readonly id="gw" value="{{.Gateway}}"><button type="button" class="copy" id="gwBtn" onclick="copy('gw')">Copy</button></div>
|
||||
<div class="row"><label>DNS bevorzugt</label><input readonly id="dns1" value="{{.DNS1}}"><button type="button" class="copy" id="dns1Btn" onclick="copy('dns1')">Copy</button></div>
|
||||
<div class="row"><label>DNS alternativ</label><input readonly id="dns2" value="{{.DNS2}}"><button type="button" class="copy" id="dns2Btn" onclick="copy('dns2')">Copy</button></div>
|
||||
</div>
|
||||
{{end}}
|
||||
{{if .Error}}<p style="color:#b00">Fehler: {{.Error}}</p>{{end}}
|
||||
<p style="margin-top:1rem">Aktives Präfix: <code>%s</code> (/96)</p>
|
||||
<p style="margin-top:1rem">Aktives Präfix: <code>%s</code> (/64)</p>
|
||||
</body></html>`
|
||||
|
||||
var rangePageHTML = `<!DOCTYPE html>
|
||||
|
Reference in New Issue
Block a user