]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/portforwarder/misc/config.yaml
db9273c93aa816e39d66ac55a319fc93eecb2fba
[dsa-puppet.git] / modules / portforwarder / misc / config.yaml
1 --- 
2
3 # TODO: if we ever want to forward more than one port between two hosts then
4 # we will have to come up with a wrapper script that picks the right target
5 # port on the remote instead of just encoding it in authkeys.
6
7 # from host:port to host:port
8 master.debian.org:
9   - source_bind_port: 5441
10     target_host: samosa.debian.org
11     target_port: 5441
12
13 merkel.debian.org:
14   - source_bind_port: 5441
15     target_host: samosa.debian.org
16     target_port: 5441
17