diff options
Diffstat (limited to 'relayd.conf')
-rwxr-xr-x | relayd.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/relayd.conf b/relayd.conf new file mode 100755 index 0000000..1b38845 --- /dev/null +++ b/relayd.conf @@ -0,0 +1,5 @@ +table <transmission> { 192.168.7.2 } +relay www { + listen on 0.0.0.0 port 9091 + forward to <transmission> port 9091 check tcp +} |