diff options
author | kaa <kaa@disroot.org> | 2025-06-09 04:05:40 -0700 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2025-06-09 04:05:40 -0700 |
commit | 135d511aa98ea481736660a888383787bef881b9 (patch) | |
tree | 9b34915d48862d15fba1f41908c3326017fd1491 /relayd.conf |
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 +} |