InanitySnow
InanitySnow
Hello, I found that when I generate DDOS traffic with tfn2k to another UE, after few seconds (maybe 5 secs), the UE got some error msgs and packet cannot transfer...
目前觀察下來log所輸出的是UTC+0的時間,希望可以依照系統時區輸出。 第一次寫nodejs,寫了一段很醜的代碼: **in common.js** ```javascript function dt() { //return new Date().toJSON().replace('T', ' ').replace('Z', ' ').split('.')[0] return new Date().toLocaleDateString([],{year: "numeric",month: "2-digit",day: "2-digit"}).replace(/(\d\d)\/(\d\d)\/(\d{4})/, "$3-$1-$2") + " " + new Date().toLocaleTimeString([],{hourCycle: 'h23'}) }...
Can add method to recursively dump share to show all shares? currently only show 100 records. Thanks