You do not do it by posting the word 'bump'. You do it by adding additional information, additional log files, or an additional description of what you tried in the meantime.
On their forums, XF has shown no interest in handling this yet; there are some requests for it there. We're not going to locally patch XF and maintain that patch against upgrades, if that's what you mean.
I have tweaked it a little. Verified members ( >= 10 days && >= 10 posts) can edit their own posts/threads indefinitely. Registered members ( < 10 days || < 10 posts) can do so for 24 hours; until they clear the hurdle, at least.
I have had to disable deletion of own posts for now (deletion of...
You can also keep the defaults and symlink from there:
define(`CERT_DIR', `/etc/mail/certs')dnl
define(`confCACERT_PATH', `CERT_DIR')dnl
define(`confCACERT', `CERT_DIR/cacert.pem')dnl
define(`confSERVER_CERT', `CERT_DIR/host.crt')dnl
define(`confSERVER_KEY', `CERT_DIR/host.key')dnl...
Just link to the live environment of LetsEncrypt from your .mc file:
(`CERT_DIR', `/usr/local/etc/letsencrypt/live/your.site.name')dnl
define(`confCACERT_PATH', `CERT_DIR')dnl
define(`confCACERT', `CERT_DIR/chain.pem')dnl
define(`confSERVER_CERT', `CERT_DIR/cert.pem')dnl...
Try dig @127.0.0.1 A www.freebsd.org (or, drill if you don't have dig). To me it still looks like nothing is actually picking up DNS requests at localhost.
Run (in a separate session), tcpdump -s 0 -pnli re0 dst port 53 and dst net 208.67.216.0/21 and see whether any DNS requests actually make it out at all. If so, drop the dst port 53 and dst portion of it and see whether it's a two-way street
By the way, your dnsmasq process was bound to *:53...
options edns0 is a standard part of the automated setup of the local unbound process. It basically allows resolving to use more modern/advanced options (because unbound supports them).
Apparently your PF captures interesting traffic: https://en.wikipedia.org/wiki/List_of_IP_protocol_numbers (you can find out details by Googling for "EMCON IP Protocol" or "ARGUS IP Protocol", etc.). Other than that, you don't seem to be logging any TCP (IP6) or UDP (IP17). Of course, it all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.