Ben Westover
Ben Westover
Your message is very hard to read since you put it into a code snippet instead of a code block, blending all the lines into one. Regardless, did you actually...
It would look like this: ```yaml login: jame-----@----------- password: ---------- record: - domain: swee---------.--- name: @ type: MX target: smtp.lemon.email ttl: 3600 ``` I really don't understand what you're trying...
I believe this can be safely closed since config files, which can be permissioned however you want, are now supported.
I'd recommend using [`fdu process`](https://github.com/maxisoft/Freenom-dns-updater#schedule) instead of running `fdu update` with cron.
This is not neccesary. 1. fdu could be located anywhere. `/usr/local/bin` is simply the location `fdu` is installed to by pip run as root. If you install it with pip...
Well, did you change the example `exemple.tk` to your actual domain?
Yeah, it's just NULL. I tried adding a bot token and changing the authorization from `Bearer` to `Bot`, because I realized that `api/guilds` needs a bot token, as seen in...
The rabbit hole goes deeper. I discovered `$_SESSION['user_id']` as used in $url is also NULL. I assumed I could use it, since `join_guild` does. Replacing it with a $userid argument,...
Perfect, that worked! By the way, what terms can I use this software under? I use it in my website, but there is no license, so it's unclear what I...
Ah, I missed that. Thanks!