Skip to content

Commit f4a45e7

Browse files
committed
removed nat passv ports workaround
1 parent 729b9d4 commit f4a45e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

install/vst-install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -745,10 +745,6 @@ vst_ip=$(wget vestacp.com/what-is-my-ip/ -O - 2>/dev/null)
745745
if [ ! -z "$vst_ip" ] && [ "$vst_ip" != "$main_ip" ]; then
746746
# Set NAT association
747747
$VESTA/bin/v-change-sys-ip-nat $main_ip $vst_ip
748-
749-
# Assign passive ip address
750-
echo "pasv_address=$vst_ip" >> /etc/vsftpd/vsftpd.conf
751-
service vsftpd restart
752748
fi
753749
if [ -z "$vst_ip" ]; then
754750
vst_ip=$main_ip

0 commit comments

Comments
 (0)