Use magicDNS for transmission
This commit is contained in:
@@ -103,6 +103,13 @@
|
||||
reverse_proxy localhost:9091
|
||||
'';
|
||||
};
|
||||
|
||||
"http://bigding" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy /transmission localhost:9091
|
||||
reverse_proxy /transmission/* localhost:9091
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user