DNS Static Record "{{$record['name']}}"

Detailed information about the DNS static record

DNS Static Record

Configuration details for "{{$record['name']}}"

Record Information

Name
{{isset($record['name']) ? $record['name'] : '-'}}
Address
{{isset($record['address']) ? $record['address'] : '-'}}
@if(isset($record['ttl']))
TTL
{{$record['ttl']}}
@endif @if(isset($record['comment']))
Comment
{{$record['comment']}}
@endif
@if ($record != null)

Raw Data

JSON Format

Complete DNS record data in JSON format for debugging and reference.

{{$json}}
@endif