0

I would like to get a Public Ip address of the Appstream Instance . Is there any possible ways to achieve it .

Any suggestions would be really helpful .

heisenberg
  • 139
  • 1
  • 12

1 Answers1

0

Without knowing details about your implementation (like OS etc.) or requirements, simply showing the public IP of your Appstream session could be done in several ways.

The simplest could be to just add a browser (e.g. Firefox) as an app and in Appstream's Image Assistant set Launch Parameters to "https://api.ipify.org".

If you check you the documentation for this ipify service, you can see many examples of how to get the public IP in a programmatic manner as well.

toringe
  • 1,194
  • 3
  • 12
  • 18