mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #464, support config origin cluster
This commit is contained in:
parent
55c96192e2
commit
92f2bcd878
3 changed files with 42 additions and 6 deletions
|
@ -939,6 +939,11 @@ public:
|
|||
* @see https://github.com/ossrs/srs/issues/372
|
||||
*/
|
||||
virtual std::string get_vhost_edge_transform_vhost(std::string vhost);
|
||||
/**
|
||||
* Whether enable the origin cluster.
|
||||
* @see https://github.com/ossrs/srs/wiki/v3_EN_OriginCluster
|
||||
*/
|
||||
virtual bool get_vhost_origin_cluster(std::string vhost);
|
||||
/**
|
||||
* Get the co-workers of origin cluster.
|
||||
* @see https://github.com/ossrs/srs/wiki/v3_EN_OriginCluster
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue