Difference between revisions of "Mikrotik: Layer 7 Protocol L7P"

From OnnoWiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
  /ip firewall layer7-protocol add comment="test" regexp=.youtube  
 
  /ip firewall layer7-protocol add comment="test" regexp=.youtube  
 +
/ip firewall layer7-protocol print
  
 
  /ip firewall filter add chain=forward layer7-protocol=test action=drop  
 
  /ip firewall filter add chain=forward layer7-protocol=test action=drop  

Revision as of 18:31, 22 April 2020


/ip firewall layer7-protocol add comment="test" regexp=.youtube 
/ip firewall layer7-protocol print
/ip firewall filter add chain=forward layer7-protocol=test action=drop 


Referensi