Flachdachs

Results 11 issues of Flachdachs

Currently (0.8.0) only service forwardings can be stored for later use, but not tunnels to the client itself. Is there a reason why this is not possible?

Some clients have a lot of IP addresses - but only use them internally. E.g. having Hyper-V or VMWare or such software installed, there are usually some virtual networks that...

When selecting "specific port" in a tunnel configuration the field is always pre-filled with 3389 (in my case at least). This should be instead a number of the configured range...

When creating a tunnel configuration that can be stored (currently only service forwardings) the selection of "Only my current IP address" in "ACL, who is allowed to use the tunnel"...

When you create a stored tunnel configuration that should have a fixed public port - because arbitrary ports are cumbersome when you want to use the tunnel with a 3rd-party...

Following the instructions of the README.md I get an error in step "3. Create the tables with python manage.py db create" ``` Traceback (most recent call last): File "manage.py", line...

Concerning [GameObject.java](https://github.com/Qowyn/ark-savegame-toolkit/blob/master/src/main/java/qowyn/ark/GameObject.java) line 322 ff. ```java public void readBinary(ArkArchive archive) { long highOfHigh = archive.getInt(); long lowOfHigh = archive.getInt(); long high = (highOfHigh

The calls of umodel.exe in the section "Updating icons" of the README.md use a parameter `-game=ue4.22`. When these commands are executed in a Windows Powershell they will stop with an...

Currently the `RadzenTextBox` listens to `onchange` events. When you want to have an update of the bound value on each keystroke you need something like ```razor ``` This works but...

enhancement

I'll take the page [ASP.NET Core Razor component lifecycle](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/lifecycle?view=aspnetcore-7.0) as an example, but it presumable applies to the whole documentation. Pages like these have a lot of content and are...

enhancement
Pri3