for testing
This commit is contained in:
parent
f1d0ff01ef
commit
759928a425
@ -77,7 +77,6 @@ pub async fn process(ctx: &Arc<Mutex<Context>>) {
|
|||||||
// refresh context blocklist
|
// refresh context blocklist
|
||||||
let filtered_ip = ctx.update_blocklist(&received_ip).await;
|
let filtered_ip = ctx.update_blocklist(&received_ip).await;
|
||||||
ctx.gc_blocklist().await;
|
ctx.gc_blocklist().await;
|
||||||
println!("{:?}", filtered_ip);
|
|
||||||
|
|
||||||
// send ip list to ws and zmq sockets
|
// send ip list to ws and zmq sockets
|
||||||
if let Some(ip) = filtered_ip {
|
if let Some(ip) = filtered_ip {
|
||||||
|
Loading…
Reference in New Issue
Block a user