This commit is contained in:
m3tam3re
2025-03-14 17:32:08 +01:00
parent 39782b6eb9
commit 779473317d
5 changed files with 117 additions and 18 deletions

View File

@ -26,6 +26,12 @@
scheme = "https";
};
};
rtmp = {
address = ":1935";
};
rtmps = {
address = ":1945";
};
websecure = {address = ":443";};
};
};