pushed commit for remote map port

This commit is contained in:
2025-01-24 22:35:50 +00:00
parent 88a4e02e30
commit 4479a79912
11 changed files with 176 additions and 513 deletions

View File

@@ -283,7 +283,7 @@ var CliAction = func(ctx *cli.Context) error {
}
if MAPPort != "" {
address, err := client.MAPPort(MAPPort, DomainName)
address, err := client.MAPPort(MAPPort, DomainName, RemoteAddress)
if err != nil {
return err
}