File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
webui/cmd/webui/web/templates Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11#! /bin/ash
22trap ' shutdown' TERM INT
3- TAILRELAY_VERSION=v0.4.1
3+ TAILRELAY_VERSION=v0.5.0
44
55# Accept a single comma‑separated list of port:target pairs
66# Each item in the list represents one socat relay
Original file line number Diff line number Diff line change @@ -186,6 +186,21 @@ <h1 class="h4 mb-1">Backup & Restore</h1>
186186 </ div >
187187 </ main >
188188
189+ < footer class ="mt-5 py-4 text-center ">
190+ < div class ="container text-muted small ">
191+ < ul class ="list-inline mb-0 ">
192+ < li class ="list-inline-item "> < a href ="https://github.com/sudocarlos/tailrelay " target ="_blank "
193+ class ="text-decoration-none text-muted hover-primary "> Contribute</ a > </ li >
194+ < li class ="list-inline-item "> ·</ li >
195+ < li class ="list-inline-item "> < a href ="https://github.com/sudocarlos/tailrelay/issues " target ="_blank "
196+ class ="text-decoration-none text-muted hover-primary "> Feedback</ a > </ li >
197+ < li class ="list-inline-item "> ·</ li >
198+ < li class ="list-inline-item "> < a href ="https://nosta.me/sudocarlos.com " target ="_blank "
199+ class ="text-decoration-none text-muted hover-primary "> Contact</ a > </ li >
200+ </ ul >
201+ </ div >
202+ </ footer >
203+
189204 <!-- Floating Action Button -->
190205 < div class ="fab-container ">
191206 < button id ="fab-button " class ="btn btn-primary fab rounded-circle shadow-lg " type ="button " data-bs-toggle ="dropdown "
You can’t perform that action at this time.
0 commit comments