ADDED:
* The ability to show both IPv4 and IPv6 addresses (if the client has
  dual-stack and either the server does as well or a separate ClientInfo
  is running on the "other" net family).
This commit is contained in:
brent saner
2025-12-13 04:19:05 -05:00
parent eb5c44e1c3
commit 9f97fcaf81
12 changed files with 244 additions and 93 deletions

View File

@@ -34,3 +34,22 @@
# The GID or group name of the group to chown the socket directory to.
# Uses the primary group of the runtime user if not specified.
#CINFO_DGRP=http
# If specified, IPv4 clients can have their IPv6 address detected
# by using this URL (e.g. 'https://c6.r00t2.io/').
# It is expected that this URL is also serving ClientInfo.
#CINFO_V6U='https://c6.r00t2.io/'
# If specified, IPv6 clients can have their IPv4 address detected
# by using this URL (e.g. 'https://c4.r00t2.io/').
# It is expected that this URL is also serving ClientInfo.
#CINFO_V4U='https://c4.r00t2.io/'
# Specify additional/explicit CORS origin(s).
# If you're using -4/--ipv4/$CINFO_V4U and/or
# -6/--ipv6/$CINFO_V6U, they will be added
# automatically but you should add any
# dual-stack domains that serve ClientInfo here,
# separated by commas.
# (e.g. 'https://c.r00t2.io'
#CINFO_CORS='https://c.r00t2.io'