Add IP Infos in Startup

Now User can simply see , if his VPN is working correctly
This commit is contained in:
Felix Glang
2024-06-09 13:38:06 +02:00
parent c7b92974f4
commit 42554d255e
2 changed files with 83 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ internal class Program
Helper.ShowLogo();
Helper.ShowInformation();
// TODO:
// add option to sort by nzb age
var builder = WebApplication.CreateBuilder(args);