Server IP : 109.234.166.131  /  Your IP : 216.73.217.93
Web Server : LiteSpeed
System : Linux garfish.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : bean7936 ( 1010)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /opt/alt/python33/../python-internal/../python34/../python35/../../fleetssl-cpanel/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //opt/alt/python33/../python-internal/../python34/../python35/../../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;
}