Static DNS Records

List of all static DNS records on the device

DNS Records

Device's static DNS record configuration

@if ($records != "-1")
@foreach($records as $record) @endforeach
# Name Address Status Actions
{{ $record['.id'] }} {{ $record['name']}} {{ $record['address'] }} @if ($record['disabled']=="false") Enabled @else Disabled @endif
@else

Connection Error

Failed to load static DNS record information.

{{ $conn_error }}

@endif
@if ($records != "-1") @endif