I'm sure there's something simple I'm missing here, can't think on how to do this-
I've got an incredibly simple page of links, which can either be accessed from the local network, or over the internet (Unfortunately its a dynamic IP, otherwise things would be much simpler) The problem is that these links need to incorporate the port number, & protocol like this:
The port works both on the external DynDNS URL that I'm currently using (Mildly related- Anyone got a way to point a spare domain/ subdomain in the same way, using a Tomato WRT54GS?), or on the local IP. I'd rather not try to use the external URL, as this places a reliance on external DNS, but have the page dynamically re-write itself dependant on where its being accessed from.
Cheers
-Leezer-
I've got an incredibly simple page of links, which can either be accessed from the local network, or over the internet (Unfortunately its a dynamic IP, otherwise things would be much simpler) The problem is that these links need to incorporate the port number, & protocol like this:
Code:
http://192.168.2.250:10000
https://192.168.2.250:10002
Cheers
-Leezer-