add new argument for remote port
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package models
|
||||
|
||||
type Port struct {
|
||||
Http uint
|
||||
Https uint
|
||||
Http uint
|
||||
Https uint
|
||||
Remote uint
|
||||
}
|
||||
|
Reference in New Issue
Block a user