السبت، 24 سبتمبر 2016

رول لتسريع الاسكاي بي وحل مشكله تقطيع الصوت

/ip firewall layer7-protocol
add name=skypenack regexp="[\\\\|\\xd5]"

/ip firewall mangle
add action=add-src-to-address-list address-list=skype address-list-timeout=1h \
    chain=forward disabled=no layer7-protocol=skypenack packet-size=39 \
    protocol=udp
add action=mark-connection chain=forward connection-rate=0-50k disabled=no \
    new-connection-mark=conn_skype passthrough=yes protocol=udp \
    src-address-list=skype
add action=mark-connection chain=forward connection-rate=0-50k disabled=no \
    dst-address-list=skype new-connection-mark=conn_skype passthrough=yes \
    protocol=udp
add action=mark-packet chain=forward connection-mark=conn_skype disabled=no \
    new-packet-mark=skype passthrough=no

/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=256K \
    max-limit=1024K name=skpehits packet-mark=skype parent=global-out priority=8 \
    queue=default

0 التعليقات :

إرسال تعليق