add new argument for remote port

This commit is contained in:
Adrian Zuercher
2025-07-11 17:46:32 +02:00
parent e75d7c8b03
commit be07dc8749
3 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
package models
type Port struct {
Http uint
Https uint
Http uint
Https uint
Remote uint
}