diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-16 15:37:27 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-16 15:38:20 +0100 |
commit | 6613ea347dc1ff946e7b4c0d39617679ff1b903a (patch) | |
tree | 576967b1c21f1445b3c21610a3816b9d94cc1c71 /src/fw.rs | |
parent | 097a2a029d8e06355ff24a5dcdfb2fcabfca839c (diff) | |
download | diplonat-6613ea347dc1ff946e7b4c0d39617679ff1b903a.tar.gz diplonat-6613ea347dc1ff946e7b4c0d39617679ff1b903a.zip |
stun actor: if no address is found but an address existed <15m ago, keep it
Diffstat (limited to 'src/fw.rs')
-rw-r--r-- | src/fw.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ use std::collections::HashSet; -use std::sync::Arc; use anyhow::{Context, Result}; use iptables; |