Automatically forward ports for qbittorrent when connecting oak
This commit is contained in:
parent
564ddd7ec8
commit
d42b40638c
|
@ -108,6 +108,11 @@
|
|||
oak.hostname = "oak.corviform.gay";
|
||||
oak.port = 57452;
|
||||
oak.user = "emi";
|
||||
oak.localForwards = [{
|
||||
bind.port = 8080;
|
||||
host.port = 8080;
|
||||
host.address = "localhost";
|
||||
}];
|
||||
|
||||
serenity.hostname = "serenity.ist.rit.edu";
|
||||
serenity.user = "tts1848";
|
||||
|
|
Loading…
Reference in a new issue