BINKP responding to incoming netmail pings

This commit is contained in:
Deon George
2021-07-18 22:10:21 +10:00
parent 7bb3e12f66
commit 9dcfe6b17d
19 changed files with 145 additions and 54 deletions

View File

@@ -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>