Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Feature overview extend with both IPv4 and IPv6 #102

Open
sveeke opened this issue Sep 24, 2019 · 1 comment
Open

Feature overview extend with both IPv4 and IPv6 #102

sveeke opened this issue Sep 24, 2019 · 1 comment
Assignees
Labels
enhancement Enhancement to existing feature or method
Milestone

Comments

@sveeke
Copy link
Contributor

sveeke commented Sep 24, 2019

As of now, only one address will be shown. It's better when all IP addresses (in case of internal IP addresses) and both IPv4 and IPv6 (when available and in case of external IP addresses) are shown.

@sveeke sveeke added the enhancement Enhancement to existing feature or method label Sep 24, 2019
@sveeke sveeke self-assigned this Sep 24, 2019
@sveeke sveeke added this to the Q4-2019 milestone Sep 24, 2019
@sveeke
Copy link
Contributor Author

sveeke commented Sep 24, 2019

External IP addresses may be fixed by using ip4.serverbot.net and ip6.serverbot.net with respectively a A record and AAAA record in combination with a simple nginx config like:

location * {
    default_type text/plain;
    return 200 $remote_addr;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Enhancement to existing feature or method
Development

No branches or pull requests

1 participant