Cant ping alias

This commit is contained in:
Owen
2026-01-24 11:59:42 -08:00
parent 0ebbbac6e7
commit a3f8ec6792
2 changed files with 5 additions and 1 deletions

View File

@@ -30,3 +30,7 @@ Aliases work by overriding the DNS of your computer running the client so that a
## Disable Aliases
If you wish to disable this behavior and prevent aliases from being resolved and leave your DNS alone, you can do so by adding [the flag](/manage/clients/configure-client) to the CLI / Olm or disable override dns in the client settings.
## ICMP Ping
Aliases do not currently support ICMP ping requests. If you attempt to ping an alias, it will not respond, even if the underlying Resource is reachable. This is because the Pangolin client does not intercept ICMP packets for alias resolution.

View File

@@ -23,4 +23,4 @@ By default, when access to a Resource is granted, all ports on that Resource are
### ICMP Access
By default, ICMP (ping) access to Resources is enabled. To disable ICMP access, you can uncheck the "ICMP" option when configuring access to a Resource. This will prevent users, roles, or machines with access to the Resource to send ICMP echo requests (ping) to the Resource's destination.
By default, ICMP (ping) access to Resources is enabled. To disable ICMP access, you can uncheck the "ICMP" option when configuring access to a Resource. This will prevent users, roles, or machines with access to the Resource to send ICMP echo requests (ping) to the Resource's destination. Currently you can not ping an alias.