dnsmanager/src/responses/keepalive.cr

8 lines
133 B
Crystal
Raw Permalink Normal View History

2024-02-20 17:14:13 +01:00
class DNSManager::Response
IPC::JSON.message KeepAlive, 250 do
def initialize()
end
end
DNSManager.responses << KeepAlive
end