Hello, We used to sync some stick tables on reload like this:
peers local peer server 127.0.0.1:10000 That was really slick. Now we've moved to using bind with SSL and I haven't been able to replicate the above setup. peers synced bind server:83 ssl crt cert.pem server server1 server server2 IP:83 sni server2.domain.net server server3 IP:83 sni server3.domain.net Any way to sync stick tables to the local process on reload when using bind? We have some million+ tables that get flushed on reload so this would be real handy. Bren