10
0
Fork 0
mirror of https://github.com/ZeusWPI/ZNS.git synced 2024-11-21 21:41:10 +01:00

Respond with fixed SOA of zones

This commit is contained in:
Xander Bil 2024-09-26 00:00:51 +02:00
parent c9767db879
commit 4794e80255
No known key found for this signature in database
GPG key ID: EC9706B54A278598

View file

@ -1,6 +1,5 @@
use std::fmt::Display; use std::fmt::Display;
#[derive(Debug, Clone)] #[derive(Debug, Clone)]
pub struct LabelString(Vec<String>); pub struct LabelString(Vec<String>);