BPplays
BPplays
@Cohee1207 i've changed the settings to be like: ```yaml protocol: ipv4: true ipv6: true ``` and changed `preferIPv6` to `dnsPreferIPv6`
> Problem: the address displayed in the console for listen mode in IPv6 is not valid in browsers > > ``` > http://[::]:8002/ > ``` it doesn't seem to have...
@Cohee1207 doesn't seem to work on Firefox nightly at least if you paste it in the URL bar. i can probably make a separate message for where to go because...
@Cohee1207 i changed the autorun url to be configurable and default to an automatic mode that choses based on what protocols you have enabled, added an option to override the...
@rhansen it seems to be fixed in `master` aka 5757f7e07d46a4dea30185f5511e0c9fc216e643
@rhansen this issue seems to have come back again i think on the same commit but i tested on 9256096e645583a8e5075e203dcd1200204393c4 and it seems its still broken, i checked dynu and...
@rhansen i tried with just a curl command and `myip={{ipv4}}&myipv6={{ipv6}}` seems to work but `myip={{ipv4}},{{ipv6}}` doesn't. maybe dynu doesn't well support v6 and assumes you aren't using it, based on...
@LaurenceJJones journalctl is ***not*** the only acquistion i have ```shell -> cat /etc/crowdsec/acquis.yaml /etc/crowdsec/acquis.d/* #Generated acquisition file - wizard.sh (service: ssh) / files : /var/log/auth.log filenames: - /var/log/auth.log labels: type:...
@LaurenceJJones also is using the `journalctl` command really the best choice. it looks like `sd-journal` allows reading from journald, there seems to be a [golang package](https://pkg.go.dev/github.com/coreos/go-systemd/sdjournal)
@Mzack9999 no, this doesn't do any DNS queries. the reason i made this was because the original implementation only checks for IPv6 and i thought it might be useful to...