@extends('layouts.app') @section('htmlheader_title') FTN Domains @endsection @section('content')
In FTN network addresses, a domain is the 5th dimension and used when a system supports 5D addressing, ie: zone:net/node.point@domain.
Domains are used with zones to uniquely identify a FTN network.
Some legacy Fidonet software is not 5D aware and may behave unexpectedly when a domain is used
This system is aware of the following domains @can('admin',(new \App\Models\Domain))(you can add more)@endcan:
There are no domains setup, to set up your first.
@elseThere are no domains - you need to ask an admin to create one for you.
@endcan @elseID | Domain | Active | DNS domain | Zones |
---|---|---|---|---|
{{ $oo->id }} | {{ $oo->name }} | {{ $oo->active ? 'YES' : 'NO' }} | {{ $oo->dnsdomain }} | {{ $oo->zones->pluck('zone_id')->sort()->join(', ') }} |