1
0

feat: stream private office screens

This commit is contained in:
2026-08-11 21:31:15 -07:00
parent d841575315
commit 5ca214e4bb
28 changed files with 1754 additions and 35 deletions
+12
View File
@@ -0,0 +1,12 @@
# HTTP-01 only. Review, place beside the real Caddyfile, and import it there.
# Caddy does not proxy TURN; coturn owns 3478/5349 and its UDP relay range.
http://turn.lumbridgecorp.com {
bind REQUIRED_PRIVATE_IPV4
handle /.well-known/acme-challenge/* {
root * /var/www/turn-acme
file_server
}
respond 404
}