Minor touchups

This commit is contained in:
AlexSSD7 2023-09-01 16:29:01 +01:00
commit ab519c54dc
10 changed files with 15 additions and 14 deletions

View file

@ -44,8 +44,7 @@ func NewFTPBackend(uc *UserConfiguration) (Backend, *VMShareOptions, error) {
passivePortCount: passivePortCount,
extIP: uc.ftpExtIP,
}, &VMShareOptions{
Ports: ports,
EnableTap: false,
Ports: ports,
}, nil
}