mirror of
https://github.com/3proxy/3proxy.git
synced 2026-09-01 07:20:56 +00:00
Fix TrafficPlugin
This commit is contained in:
parent
23b9e698e0
commit
499c4240ad
1 changed files with 2 additions and 2 deletions
|
|
@ -200,12 +200,12 @@ void mylogfunc(struct clientparam * param, const unsigned char * pz) {
|
|||
#endif
|
||||
rule++;
|
||||
if (((g_s == param->service) && (port == myhtons(*SAPORT(¶m->sinsr)))) ||
|
||||
( ((starttrafcorrect->type == UDP) &&
|
||||
( ((starttrafcorrect->con_type == UDP) &&
|
||||
((param->operation == UDPASSOC)||
|
||||
(param->operation == DNSRESOLVE)||
|
||||
(param->operation == BIND)||
|
||||
(param->operation == ICMPASSOC))
|
||||
)||(starttrafcorrect->type == TCP))) /* TCP support */
|
||||
)||(starttrafcorrect->con_type == TCP))) /* TCP support */
|
||||
{
|
||||
/* ôèëüòð ïîäîø¸ë. ìîæíî èçìåíÿòü çíà÷åíèå òðàôôèêà
|
||||
äîìíîæàåì íà ÷èñëî */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue