From 077de80f64058aa321ee44819ac15f96d18a70d3 Mon Sep 17 00:00:00 2001 From: ultrasn0w <10564498+ultrasn0w@users.noreply.github.com> Date: Sat, 30 Oct 2021 15:25:43 +0200 Subject: [PATCH] Restore newlines --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dbab940..e3e149c 100644 --- a/README.md +++ b/README.md @@ -39,17 +39,17 @@ Domains = ["subdomain.example.com."] # domains the user can register, suffix wi ## Flags ### --enable-debug-mode -Will output all registered records on the index page of the HTTP server. -Type: `bool` +Will output all registered records on the index page of the HTTP server. +Type: `bool` Default: `false` ### --config-file -Will define what config file should be used. -Type: `string` +Will define what config file should be used. +Type: `string` Default: `conf.toml` ### --auth-file -Will define what file should be used to define users that can log in. -Type: `string` +Will define what file should be used to define users that can log in. +Type: `string` Default: `auth.toml`