Question
Can VHOST.ALLOW value be set to a hostname or subdomain versus domain?
When implementing the following Adobe Media Server Hardening Guide item, is it possible to substitute a hostname or subdomain for the value instead of using the domain.
I would like to use something like:
application.xcompany.com
Instead of
xcompany.com
Restrict which domains can connect to a virtual host
If desired, you can restrict which domains are allowed to connect to a virtual host. By default, connections are allowed from all domains.
- Set the VHOST.ALLOW parameter to a comma-delimited list of domains that are allowed to connect to the server. The default value is all.If a value is set, only the domains listed are accepted. For example, VHOST.ALLOW = example.com, example2.com allows connections from the example.com and example2.com domains. To allow localhost connections, specify localhost. For more information, see Vhost.xml file.
