2020-12-10 17:29:26 +01:00
|
|
|
|
|
|
|
class Baguette::Configuration
|
|
|
|
class DNSManager < IPC
|
|
|
|
property service_name : String = "dnsmanager"
|
2023-06-15 20:14:27 +02:00
|
|
|
property login : String = "dnsmanager"
|
|
|
|
property pass : String?
|
2020-12-10 17:29:26 +01:00
|
|
|
property recreate_indexes : Bool = false
|
|
|
|
property storage_directory : String = "storage"
|
|
|
|
|
|
|
|
def initialize
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|