How to forward CSP profiles cache to Oscam or MCS.
On CacheCoveragePlugin :
1- Forward to Oscam
<cache-forwarder name="oscam" type="udp" enabled="true">
<host>127.0.0.1</host>
<port>xxxx</port> <!-- where xxx is your Oscam cache port -->
<send-locks>true</send-locks>
<hide-names>false</hide-names>
<profiles>0002-0963</profiles> <!-- black for all profiles or you can write specfic profile name , here we set to sly uk profile -->
</cache-forwarder>
<host>127.0.0.1</host>
<port>xxxx</port> <!-- where xxx is your Oscam cache port -->
<send-locks>true</send-locks>
<hide-names>false</hide-names>
<profiles>0002-0963</profiles> <!-- black for all profiles or you can write specfic profile name , here we set to sly uk profile -->
</cache-forwarder>
<cache-forwarder name="Multics" type="udp" enabled="true">
<host>127.0.0.1</host>
<port>xxxx</port> <!-- where xxxx is your MCS cache port -->
<send-locks>true</send-locks>
<hide-names>false</hide-names>
<profiles></profiles> <!-- black for all profiles or you can write specfic profile name -->
</cache-forwarder>
<host>127.0.0.1</host>
<port>xxxx</port> <!-- where xxxx is your MCS cache port -->
<send-locks>true</send-locks>
<hide-names>false</hide-names>
<profiles></profiles> <!-- black for all profiles or you can write specfic profile name -->
</cache-forwarder>
No comments:
Post a Comment