BINKP responding to incoming netmail pings
This commit is contained in:
@@ -23,6 +23,7 @@ use App\Models\Setup;
|
||||
@csrf
|
||||
|
||||
<div class="row">
|
||||
<!-- System -->
|
||||
<div class="col-4">
|
||||
<label for="system_id" class="form-label">System</label>
|
||||
<div class="input-group has-validation">
|
||||
@@ -44,6 +45,7 @@ use App\Models\Setup;
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- System Addresses -->
|
||||
<div class="col-4 ms-auto">
|
||||
@if ($o->exists)
|
||||
<table class="table monotable">
|
||||
@@ -64,17 +66,17 @@ use App\Models\Setup;
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<!-- Site Permissions -->
|
||||
<div class="col-6">
|
||||
<h3>Site Permissions</h3>
|
||||
<!-- @todo
|
||||
* Inbound Working Dir
|
||||
-->
|
||||
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" id="hideaka" name="options[hideaka]" value="{{ Setup::O_HIDEAKA }}" @if(old('options.hideaka',$o->binkpOptionGet(Setup::O_HIDEAKA))) checked @endif disabled>
|
||||
<label class="form-check-label" for="hideaka">Hide AKA to different Domains <sup>not implemented</sup></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ZeroTier -->
|
||||
<div class="col-6">
|
||||
<h3>ZeroTier API</h3>
|
||||
<!-- @todo
|
||||
@@ -89,6 +91,7 @@ use App\Models\Setup;
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<!-- Binkp Settings -->
|
||||
<div class="col-6">
|
||||
<h3>BINKP Settings</h3>
|
||||
<p>Bink has been configured to listen on <strong>{{ Setup::BINKP_BIND }}</strong>:<strong>{{ Setup::BINKP_PORT }}</strong></p>
|
||||
@@ -147,6 +150,7 @@ use App\Models\Setup;
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- EMSI Settings -->
|
||||
<div class="col-6">
|
||||
<h3>EMSI Settings</h3>
|
||||
<p>Bink has been configured to listen on <strong>{{ Setup::EMSI_BIND }}</strong>:<strong>{{ Setup::EMSI_PORT }}</strong></p>
|
||||
|
Reference in New Issue
Block a user