fribbels / Fribbels-Epic-7-Optimizer

A gear optimizer for Epic Seven
494 stars 104 forks source link

feat: gear auto import support china server #203

Closed RexQian closed 10 months ago

RexQian commented 10 months ago

the connect port is 5222 in China Server which is diff from other server 3333

add an option to select which server to import

fribbels commented 10 months ago

Thanks for the info - i made the implementation easier by using filter="tcp and ( port 5222 or port 3333 )" in the sniffer. Will release in next version. I suspect people will get confused with more options, we can just sniff on both

https://github.com/fribbels/Fribbels-Epic-7-Optimizer/blob/main/data/py/scanner.py#L70