Edit Static DNS Record

Update an existing static DNS record (A Type)

DNS Record Configuration

Update the A record details

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('address')

{{ $message }}

@enderror

Advanced Configuration

Custom JSON request for advanced users

@csrf @method('PUT')

Check the Mikrotik Support for the correct parameters

@error('custom')

{{ $message }}

@enderror