Use magicDNS for transmission

This commit is contained in:
2023-03-21 23:03:42 +00:00
parent ef80e0555e
commit a57ce6bb7d
2 changed files with 8 additions and 1 deletions

View File

@@ -103,6 +103,13 @@
reverse_proxy localhost:9091
'';
};
"http://bigding" = {
extraConfig = ''
reverse_proxy /transmission localhost:9091
reverse_proxy /transmission/* localhost:9091
'';
};
};
};
}

View File

@@ -27,7 +27,7 @@ in {
enable = true;
settings = {
rpc-host-whitelist-enable = true;
rpc-host-whitelist = "bigding.squirrel-clownfish.ts.net";
rpc-host-whitelist = "bigding.squirrel-clownfish.ts.net,bigding";
};
};
};