HEX
Server: Apache
System: Linux server22.softonhost.com 4.18.0-553.97.1.el8_10.x86_64 #1 SMP Mon Jan 26 05:26:16 EST 2026 x86_64
User: soulalch (1031)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/soulalch/public_html/home/000~ROOT~000/opt/fleetssl-cpanel/get_proxy_names
#!/usr/local/cpanel/3rdparty/bin/perl

package scripts::fleetssl_get_proxysubdomains;

use strict;

use Cpanel::WebVhosts::ProxySubdomains ();

exit run(@ARGV) unless caller();

sub run {
    my ( $user ) = @_;
    my @labels = Cpanel::WebVhosts::ProxySubdomains::ssl_proxy_subdomain_labels_for_user($user);
    print "$_\n" for @labels;
}