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:
parent
b475d552aa
commit
fdcd86c5d8
3 changed files with 8 additions and 0 deletions
1
proxy/.gitignore
vendored
Normal file
1
proxy/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.idea
|
3
proxy/go.mod
Normal file
3
proxy/go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module proxy
|
||||
|
||||
go 1.18
|
4
proxy/main.go
Normal file
4
proxy/main.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue