view src/init.luan @ 3:055db6736fc9

explain ports
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 06 Jun 2023 17:22:24 -0600
parents bd4802730bab
children 2e211bec24d7
line wrap: on
line source

local Http = require "luan:http/Http.luan"
local Hosted = require "luan:host/Hosted.luan"

Hosted.set_https and Hosted.set_https(Http.domain=="mailer.reactionary.software")

return true