From ddf59dd346fe910a863a265f3459450b40b8bdcb Mon Sep 17 00:00:00 2001
From: Peter Palfrader <peter@palfrader.org>
Date: Wed, 21 Dec 2011 14:59:49 +0100
Subject: [PATCH] portforward danzi<->sibelius

---
 modules/portforwarder/misc/config.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/modules/portforwarder/misc/config.yaml b/modules/portforwarder/misc/config.yaml
index 4b731e4e..3cca00ae 100644
--- a/modules/portforwarder/misc/config.yaml
+++ b/modules/portforwarder/misc/config.yaml
@@ -42,6 +42,12 @@ stabile.debian.org:
     target_host: sibelius.debian.org
     target_port: 5433
     ssh_options: -oAddressFamily=inet
+danzi.debian.org:
+  # snapshot postgresql streaming replication.  sibelius is the master, danzi the slave.
+  - source_bind_port: 15433
+    target_host: sibelius.debian.org
+    target_port: 5433
+    ssh_options: -oAddressFamily=inet
 
 franck.debian.org:
   - source_bind_port: 5443
-- 
2.39.5