2023.03.24 Wowza 8087端口禁用认证,解决无法获取BPS信息的问题。
This commit is contained in:
		| @@ -8,8 +8,9 @@ | ||||
| 			<IPAddress>*</IPAddress> | ||||
| 			<Port>8087</Port> | ||||
| 			<!-- none, basic, digest, remotehttp, digestfile--> | ||||
| 			<AuthenticationMethod>basic</AuthenticationMethod> | ||||
| 			<!-- cleartext, bcrypt, md5, sha256 --> | ||||
| 			<!--AuthenticationMethod>basic</AuthenticationMethod--> | ||||
| 			<AuthenticationMethod>none</AuthenticationMethod> | ||||
| 			<!-- cleartext, digest, bcrypt --> | ||||
| 			<PasswordEncodingScheme>bcrypt</PasswordEncodingScheme> | ||||
| 			<DiagnosticURLEnable>true</DiagnosticURLEnable> | ||||
| 			<SSLConfig> | ||||
| @@ -22,7 +23,8 @@ | ||||
| 				<CipherSuites></CipherSuites> | ||||
| 				<Protocols></Protocols> | ||||
| 			</SSLConfig> | ||||
| 			<IPWhiteList>127.0.0.1</IPWhiteList> | ||||
| 			<!--IPWhiteList>127.0.0.1</IPWhiteList--> | ||||
| 			<IPWhiteList>*</IPWhiteList> | ||||
| 			<IPBlackList></IPBlackList> | ||||
| 			<EnableXMLFile>false</EnableXMLFile> | ||||
| 			<DocumentationServerEnable>false</DocumentationServerEnable> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user