Skip to content

Commit

Permalink
Revert "ip: fix dirtying in dual-stacked situations"
Browse files Browse the repository at this point in the history
This reverts commit fb0fb9b.

DynDNSv2 protocol may require both IPs to be present at the same time.
  • Loading branch information
hch12907 committed Nov 24, 2023
1 parent 26f97bc commit 76d1927
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ fn main() {
let ips = service_ips[name]
.iter()
.map(|name| &ips[name])
.filter(|ip| ip.is_dirty())
.filter_map(|ip| ip.address())
.cloned()
.collect::<Vec<_>>(); // TODO: use collect_into in the future
Expand Down

0 comments on commit 76d1927

Please sign in to comment.