summaryrefslogtreecommitdiff
path: root/relayd.conf
diff options
context:
space:
mode:
authorkaa <kaa@disroot.org>2025-06-09 04:05:40 -0700
committerkaa <kaa@disroot.org>2025-06-09 04:05:40 -0700
commit135d511aa98ea481736660a888383787bef881b9 (patch)
tree9b34915d48862d15fba1f41908c3326017fd1491 /relayd.conf
InitialHEADmaster
Diffstat (limited to 'relayd.conf')
-rwxr-xr-xrelayd.conf5
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
+}