LiteSpeed Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64 safemode : OFF MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF > / opt / fleetssl-cpanel / | Server Ip : 104.21.78.54 |
Filename | /opt/fleetssl-cpanel/get_proxy_names |
Size | 340 |
Permission | rwxr-xr-x |
Owner | |
Create time | 01-Jul-2024 10:18 |
Last modified | 09-Feb-2023 06:22 |
Last accessed | 04-Apr-2025 12:44 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
#!/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;
}
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;
}