mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-02 01:03:54 +00:00
remove unneeded pub
This commit is contained in:
@@ -22,7 +22,7 @@ use std::time::Duration;
|
||||
use tracing::instrument;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct DnsPeerInfo {
|
||||
struct DnsPeerInfo {
|
||||
digest: Vec<u8>,
|
||||
zones: Vec<ZoneData>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user