1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 00:03:13 +02:00

Add support for self-service vhost validation via DNS.

This commit is contained in:
Sadie Powell
2025-09-06 17:46:01 +01:00
parent 4021c0bb68
commit eccb338cdd
4 changed files with 254 additions and 5 deletions
+2
View File
@@ -18,6 +18,8 @@ public:
Anope::string ident;
Anope::string host;
time_t time = 0;
Anope::string validation_token;
time_t last_validation = 0;
virtual ~HostRequest() = default;
};