Add transmission

This commit is contained in:
2022-07-20 03:15:57 +01:00
parent f4e537f2db
commit 68438ec798
2 changed files with 19 additions and 0 deletions

View File

@@ -74,6 +74,15 @@
reverse_proxy localhost:8096
'';
};
"dingserver.squirrel-clownfish.ts.net" = {
extraConfig = ''
tls {
get_certificate tailscale
}
reverse_proxy localhost:9091
'';
};
};
};
}