Setting mytools.management to a different domain

Is it possible to modify the mytools.management to a different domain e.g. adam.mypfsensedomain.net

Thanks!

Hi @edanpedragosa
We don’t currently have any plans to support custom domains for MyTools.

adam1.tools will redirect to mytools.management

Accessing it via IP shows the mytools.management contents.

Or is it possible to allow the current PFSENSE hostname.domain.name to show the page instead of saying This page has expired.:

The way it works is we have some shortcut/alternative domains built-in such as adam1.tools and adamone.tools that redirect to mytools.management when behind adam:ONE.

if you’re looking for this a shortcut for just yourself, edit your hosts file:

For linux & mac,

echo 'X.X.X.X adam.example.com' >> /etc/hosts

On Windows, edit hosts at

c:\Windows\System32\Drivers\etc\hosts

X.X.X.X  adam.example.com

-OR-

If you need a client-independent solution, set up an A (IP address) or CNAME (hostname) record in your resolver.

It won’t work as even if it resolves to the correct IP, adam:ONE currently only allows mytools.management or the IP address it self of the server to show the contents. Otherwise, it will just show as expired using other domains aside from mytools.management and redirects e.g. adamone.tools and adam1.tools.

Strange. Worked for me (before) — I’ll dig deeper, and see what I can’t turn up