返回列表 发帖

[使用经验]在KIS中eMule的设置规则

首先在任意文件夹新建一个INI文件,然后把以下代码
  1. [eMule.exe]
  2. App=E:\prc\eMule\eMule.exe
  3. CommandLine=
  4. UseCommandLine=0
  5. Name=Allow HTTP/tracker update connection
  6. Enable=1
  7. Allow=1
  8. Log=0
  9. Warning=0
  10. Protocol=TCP
  11. Direction=OutboundStream
  12. RemotePort=80, 443
  13. Name=Allow TCP loopback
  14. Enable=1
  15. Allow=1
  16. Log=0
  17. Warning=0
  18. Protocol=TCP
  19. Direction=InboundStream
  20. RemoteAddress=127.0.0.1
  21. Name=Allow TCP Outbound
  22. Enable=1
  23. Allow=1
  24. Log=0
  25. Warning=0
  26. Protocol=TCP
  27. Direction=OutboundStream
  28. RemotePort=1024-65535
  29. Name=Allow TCP Inbound
  30. Enable=1
  31. Allow=1
  32. Log=0
  33. Warning=0
  34. Protocol=TCP
  35. Direction=InboundOutbound
  36. RemotePort=1024-65535
  37. LocalPort=18372
  38. Name=Allow UDP Outbound
  39. Enable=1
  40. Allow=1
  41. Log=0
  42. Warning=0
  43. Protocol=UDP
  44. Direction=OutboundStream
  45. RemotePort=1024-65535
  46. LocalPort=4672
  47. Name=Allow UDP Inbound
  48. Enable=1
  49. Allow=1
  50. Log=0
  51. Warning=0
  52. Protocol=UDP
  53. Direction=InboundStream
  54. RemotePort=1024-65535
  55. LocalPort=4672
  56. Name=Block TCP Inbound
  57. Enable=1
  58. Allow=0
  59. Log=0
  60. Warning=0
  61. Protocol=TCP
  62. Direction=InboundStream
  63. Name=Block TCP Outbound
  64. Enable=1
  65. Allow=0
  66. Log=0
  67. Warning=0
  68. Protocol=TCP
  69. Direction=OutboundStream
  70. Name=Block UDP
  71. Enable=1
  72. Allow=0
  73. Log=0
  74. Warning=0
  75. Protocol=UDP
  76. Direction=InboundOutbound
复制代码
复制进去,修改代码中的“App=E:\prc\eMule\eMule.exe”,这个是你装在电脑上eMule的路径,如你装在C盘的Program Files下面就改成“App=C:\Program Files\eMule\eMule.exe”;另外修改下面代码中的对应的TCP端口“18372”和两个UPD端口“4672”,对应的端口如下图的 eMule设置图中有显示,
http://www.kpfans.com/bbs/attachments/eMule_RgcPIXK6hkV3.png
用你的端口替换掉,最后保存;接着,把你原来在KIS中设置的eMule的规则删除,按下图中鼠标点的位置插入前面保存好的INI文件就OK了
http://www.kpfans.com/bbs/attachments/suXI67nm1PI=_vhgw0TPP3dmG.png

返回列表 回复 发帖