What's new

OScam How to block EMMs in oscam

sync

Special Friend
Significant Contributor
Messages
16
Joined
Oct 29, 2014
Reaction score
11
Points
3
  1. A simple little "How To" on How to block EMMs in oscam
  2. Add this in oscam [reader] section:

    blockemm-u = 1
    blockemm-s = 1
    blockemm-g = 1
    blockemm-unknown = 1

    With this config you block all EMMs! This is useful with *** Italia cards and other providers that send killer EMMs.
    If you want to block global and unknown EMMs (they can flood your card and it is recommended to block them) and still allow unique and shared EMMs use this:

    blockemm-u = 0
    blockemm-s = 0
    blockemm-g = 1
    blockemm-unknown = 1
 
Top Bottom