Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    online oyun siteleri engelleme (pupg, cal of duty vb), online radyo dizi siteleri

    Scheduled Pinned Locked Moved Turkish
    1 Posts 1 Posters 377 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kl_ismail
      last edited by

      pfsense 2.4.4 squid, squidguard kullanıyorum.
      gameloop.fun gibi siteler emülatör ile bir sürü oyun sunuyor. bu tür oyunlar 50 bin portlarını kullanıyor diye o portları kapadım fakat çare olmadı.
      online radyo ve dizi izleme sitelerine bir çare bulamadım. radyo sitelerini elle eklesek yüzlerce site yapacak.
      nette aşağıdaki gibi bir komut buldum squid.conf içine ekledim fakat çare olmadı veya beceremedim.

      Edit File in squid.conf above line in ACL Zone.
      ################## ACL for Radio / Video Stream ###########################
      acl StreamingRequest1 req_mime_type -i ^video/x-ms-asf$
      acl StreamingRequest2 req_mime_type -i ^application/vnd.ms.wms-hdr.asfv1$
      acl StreamingRequest3 req_mime_type -i ^application/x-mms-framed$
      acl StreamingRequest4 req_mime_type -i ^audio/x-pn-realaudio$
      acl StreamingReply1 rep_mime_type -i ^video/x-ms-asf$
      acl StreamingReply2 rep_mime_type -i ^application/vnd.ms.wms-hdr.asfv1$
      acl StreamingReply3 rep_mime_type -i ^application/x-mms-framed$
      acl StreamingReply4 rep_mime_type -i ^audio/x-pn-realaudio$
      ################## ACL for Radio / Video Stream ###########################

      Edit File in squid.conf above line in http_access Zone.
      #################### Rules to block Radio / Video Stream #################
      http_access deny StreamingRequest1 all
      http_access deny StreamingRequest2 all
      http_access deny StreamingRequest3 all
      http_access deny StreamingRequest4 all

      http_reply_access deny StreamingReply1 all
      http_reply_access deny StreamingReply2 all
      http_reply_access deny StreamingReply3 all
      http_reply_access deny StreamingReply4 all
      #################### Rules to block Radio / Video Stream #################

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.