updated default dns ttl

This commit is contained in:
Peter Kowalsky 2024-06-02 00:51:28 +02:00 committed by GitHub
parent 2602d33f2d
commit 7cff07cd2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ public:
private:
bool m_ipv6 = false;
uint32_t m_ttl = 30U;
uint32_t m_ttl = 300U;
};