Hao Li
Hao Li
Although this repo is called docker-letsencrypt-dns, I am wondering if you can expand the support to include http challenge (or even tls). It is because I could't find a repo...
Hi all, I copied the official example from [here](https://developers.google.com/apps-script/guides/typescript) ``` const greeter = (person: string) => { return `Hello, ${person}!`; } let user = 'Grant'; Logger.log(greeter(user)); ``` ## Expected Behavior...
Implements https://github.com/games-on-whales/wolf/issues/136 Changes: - use "::" instead of "0.0.0.0" when possible - parse ipv6 string for some formatting cases - enhance `get_mac_address` to cover ipv6 cases