Mercurial Hosting > mailer
comparison src/init.luan @ 5:2e211bec24d7
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 15 Sep 2024 07:23:04 -0600 |
parents | bd4802730bab |
children |
comparison
equal
deleted
inserted
replaced
4:fb6cda61cf9d | 5:2e211bec24d7 |
---|---|
1 local Http = require "luan:http/Http.luan" | |
2 local Hosted = require "luan:host/Hosted.luan" | 1 local Hosted = require "luan:host/Hosted.luan" |
3 | 2 |
4 Hosted.set_https and Hosted.set_https(Http.domain=="mailer.reactionary.software") | 3 Hosted.set_https and Hosted.set_https(true) |
5 | 4 |
6 return true | 5 return true |