Automatically forward ports for qbittorrent when connecting oak

This commit is contained in:
Emi Simpson 2022-12-20 14:45:09 -05:00
parent 564ddd7ec8
commit d42b40638c
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 5 additions and 0 deletions

View File

@ -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";