🐛 Fix the issues in port-forward

This commit is contained in:
M. Mert Yildiran
2023-01-16 00:06:52 +03:00
parent 920535b643
commit 3c4272c6d1
4 changed files with 31 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ type WorkerConfig struct {
type HubConfig struct {
SrcPort uint16 `yaml:"port" default:"8898"`
DstPort uint16 `yaml:"srvport" default:"8898"`
DstPort uint16 `yaml:"srvport" default:"80"`
}
type FrontConfig struct {