1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Proxy: Support proxy server for SRS.

This commit is contained in:
winlin 2024-08-26 12:07:58 +08:00
parent b475d552aa
commit fdcd86c5d8
3 changed files with 8 additions and 0 deletions

1
proxy/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.idea

3
proxy/go.mod Normal file
View file

@ -0,0 +1,3 @@
module proxy
go 1.18

4
proxy/main.go Normal file
View file

@ -0,0 +1,4 @@
package main
func main() {
}