mikyde...@yahoo.fr (Mik J), 2018.01.17 (Wed) 22:24 (CET): https://haveibeenpwned.com/api/v2/breachedaccount/mikyde...@yahoo.fr
> I'd like my firewall to start two instances one for ftp proxy and one > for ftp proxy.So far I have in rc.confftpproxy_flags="-D7 -v -p 8021" > > I can run manually/usr/sbin/ftp-proxy -D7 -v -R 10.1.1.1 -p21 -b 3and > the reverse proxy works > But I would like these to instance to start automatically > I tried this but it didn't > workhttp://misc.openbsd.narkive.com/Highrohk/multiple-instances-of-ftp-proxy > Thank you I'd go to /etc/rc.d/ and compare: $ diff -u ftpproxy6 ftpproxy. From there I'd: $ cp ftproxy ftpproxyrev Than I'd: $ vi /etc/rc.conf.local And add ftpproxyrev_flags=-D7 -v -R 10.1.1.1 -p21 -b 3and Not tested by me with ftpproxy but works and was recommended for other daemons. Marcus