remove open mail port

This commit is contained in:
nyanloutre 2024-05-14 10:38:42 +02:00
parent f9871ae0e1
commit ab8c752a76
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@
# -R 127.0.0.1:2525:127.0.0.1:25 redirect SMTP port on VPS port 2525
services.autossh.sessions = [
{
extraArguments = "-N -R 0.0.0.0:2222:127.0.0.1:22 -R 127.0.0.1:2525:127.0.0.1:25 loutre@vps772619.ovh.net";
extraArguments = "-N -R 0.0.0.0:2222:127.0.0.1:22 loutre@vps772619.ovh.net";
monitoringPort = 20000;
name = "backup-ssh-reverse";
user = "autossh";