Mercurial Hosting > luan
changeset 2115:5b434c8a27bd ssltesting tip
disable hardcoded dry_run = false
| author | Violet7 |
|---|---|
| date | Mon, 22 Dec 2025 18:54:30 -0800 |
| parents | 3d9c0061baf7 |
| children | |
| files | src/luan/host/Https.luan |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/host/Https.luan Fri Dec 19 15:12:31 2025 -0700 +++ b/src/luan/host/Https.luan Mon Dec 22 18:54:30 2025 -0800 @@ -187,8 +187,8 @@ return end try - -- CHANGEME - dry_run = true + -- uncomment for testing + -- dry_run = true -- make the challenge dir. note that this is -- directly under sites/DOMAIN, and *not* under
