Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] No ASN stats #457

Closed
1 task done
Meldrak opened this issue Feb 20, 2024 · 2 comments
Closed
1 task done

[BUG] No ASN stats #457

Meldrak opened this issue Feb 20, 2024 · 2 comments

Comments

@Meldrak
Copy link

Meldrak commented Feb 20, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

On dashboard there's ASN stats, but I only have "unknow"
Geo Location is working well with Maxmind on my configuration

So is ASN a working feature? and is it possible to auth or block by ASN?

Expected Behavior

No response

Steps To Reproduce

all config with MaxMind

Environment

- OS: Unraid

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='swag'
  --net='br0'
  --ip='192.168.1.7'
  -e TZ="Europe/Paris"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="MNAS"
  -e HOST_CONTAINERNAME="swag"
  -e 'TCP_PORT_443'='443'
  -e 'TCP_PORT_80'='80'
  -e 'URL'='fqdn.com'
  -e 'VALIDATION'='dns'
  -e 'SUBDOMAINS'='sub1,sub2'
  -e 'CERTPROVIDER'='zerossl'
  -e 'DNSPLUGIN'='cloudflare'
  -e 'PROPAGATION'=''
  -e 'EMAIL'='mymail'
  -e 'ONLY_SUBDOMAINS'='false'
  -e 'EXTRA_DOMAINS'=''
  -e 'STAGING'='false'
  -e 'DOCKER_MODS'='linuxserver/mods:swag-maxmind|linuxserver/mods:swag-dashboard'
  -e 'MAXMINDDB_LICENSE_KEY'='xxxxxxx'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png'
  -v '/mnt/cache/appdata/letsencrypt/':'/config':'rw'
  --cap-add=NET_ADMIN
  --memory=2gb 'lscr.io/linuxserver/swag'

Container logs

**** Applying the SWAG dashboard mod... ****
**** adding libmaxminddb to package install list ****
**** Adding goaccess to package install list ****
**** libmaxminddb already installed, skipping ****
**** Applied the SWAG dashboard mod ****
[mod-init] **** Installing all mod packages ****
fetch http://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
(1/2) Installing goaccess (1.8.1-r0)
(2/2) Installing libmaxminddb (1.7.1-r2)
Executing busybox-1.36.1-r15.trigger
OK: 202 MiB in 217 packages
Applying the maxmind mod...
Applied the maxmind mod
[custom-init] No custom files found, skipping...
[ls.io-init] done.
Server ready
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@LinuxServer-CI
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants