]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add URL
authorAlan T. DeKok <aland@freeradius.org>
Mon, 26 May 2025 19:28:02 +0000 (15:28 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 26 May 2025 19:28:02 +0000 (15:28 -0400)
src/main/version.c

index 5f51cf9cb0e874400ea8256c819b9079f28e34bc..2334ac491982168ea47bdf6ca4a8cfec78a13c84 100644 (file)
@@ -639,6 +639,7 @@ void version_print(void)
        INFO("");
        INFO("FreeRADIUS is developed, maintained, and supported by InkBridge Networks.");
        INFO("For commercial support, please email sales@inkbridgenetworks.com");
+       INFO("https://inkbridgenetworks.com/");
 
        fflush(NULL);
 }