Hi, I forced with one issue setting up ModuleRefererValidate module.
It has been enabled fine and I’ve got log messages about connection rejection. But when I changed refererValidateReferers property to add my IP address - I didn’t get any changes! I tried to restart aimed application, restart Wowza as a whole, but it still prints in logs ModuleRefererValidate.checkSession [“my_ip_add”: null]
That’s how I applied this property in my conf/myapp/Application.xml
refererValidateDebugLog
true
Boolean
refererValidateReferers
localhost, 121.2.3.4, 125.6.7.8
String
refererValidateImagePath
/usr/local/WowzaStreamingEngine/content/image.gif
String
Is it right to put properties inside of the last application directive?