On 2006-11-14T16:37, C. L. Martinez wrote:
> Hi all,
> 
>  Somebody knows where I can find a good shell script to sync pf.conf rules
> over a several Openbsd firewalls using CARP?

for HOST in a b c d; do
        scp /etc/pf.conf $HOST:/etc/
done

hth,

Marcus.

Reply via email to