summaryrefslogtreecommitdiff
path: root/TO_FIX.md
diff options
context:
space:
mode:
authorjake <jake@jakes-mail.top>2022-09-22 17:48:50 -0400
committerjake <jake@jakes-mail.top>2022-09-22 17:48:50 -0400
commit1aefd926555beac5d7618c2375727df0c4470504 (patch)
tree295d53c7c21d544ed69bd06ed8541e2ca5e4ea18 /TO_FIX.md
parent9aa5c9037d7e2dddc2ab46906bd34a23b0f7cd5b (diff)
Add server_alias config option.HEADmaster
Add map_server_alias. Modifed auto_cert to generate certs for the alias. Changed some logic for detecting server_alias'. Update the sample config file.
Diffstat (limited to 'TO_FIX.md')
-rw-r--r--TO_FIX.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/TO_FIX.md b/TO_FIX.md
index 611c3c9..a2942eb 100644
--- a/TO_FIX.md
+++ b/TO_FIX.md
@@ -25,3 +25,8 @@ reduce complexity in cert_req()
permission denied when the file is readable (MAC permissions)
use GetOpt::Long in a reasonable manner
+
+map_server_alias() perhaps should not exist.
+In general, I am unsatisfied with the program keeping the configuration file in memory and constantly referring to it. map_server_alias() literally just copies it's vhost's config and keeps it in the config hash.
+
+reduce complexity in listen_config()