rearrange Ui, prep for ssl support, removed iptables and resorting to use syscalls to allow ports bwlo 1024

This commit is contained in:
2026-02-06 01:53:31 +05:00
parent 23122d32a9
commit 4142606728
5 changed files with 345 additions and 67 deletions

View File

@@ -16,6 +16,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}