rejetto forum
Software => HFS ~ HTTP File Server => Bug reports => Topic started by: f2065 on November 27, 2019, 03:29:51 PM
-
The search for an external IP in most cases does not work, writes an error «Can't find external address»
For example, these URLs do not seem to work:
http://www.melauto.it/public/rejetto/ip.php
http://www.mario-online.com/mio_indirizzo_ip.php
http://rejetto.webfactional.com/hfs/ip.php
http://www.whatsmyrealip.com
It is necessary to add the ability to custom external IP search services.
So that the user can place the ip.php script on his website, and HFS would only access it.
Using third-party sites is not reliable.
-
you can only use on custom personal server (HTTP://)
modify hfs.ini with this example
external-ip-server=http://en.utrace.de/|"text" value="
when external-ip-server is empty then rejetto list is used from line ip-services=
So that the user can place the ip.php script on his website
not available without recompiling the program
-
???
https://www.ipchicken.com/
-
using external-ip-server as Mars said is the way to go
not available without recompiling the program
i don't understand why you say so, external-ip-server is already working
-
So that the user can place the ip.php script on his website
not available without recompiling the program
.....
loadIPservices();
if IPservices = NIL then
loadIPservices(getRes('IPservices'));
if IPservices = NIL then exit;
.....
by that I meant that the services that no longer work are included in the exe to be available in any new configuration, some of these services no longer respond in http but in https, to avoid the error message it is necessary to remove links from sources, a plus would be that the webmaster can create a similar list without having to modify the configuration, currently only the configuration towards a dynamic dns is available.
-
yes you have the list in the exe, but then it is updated ASAP from online version.
i cleaned the online version already.
-
Hi everyone! My (very late) happy new year (http://rejetto.com/forum/index.php?topic=13227.0) to all the folks here... :)
My 2 cents about this (just in case Rejetto wants to add them on 'ipservices.php' list):
http://checkip.amazonaws.com/
http://whatismyip.akamai.com/
http://bot.whatismyipaddress.com/
Those are fast and very reliable servers (with high uptime), which deliver the IP in plain text (raw). The first is from Amazon Web Services (AWS), the second from Akamai (CDN), and the third from WhatIsMyIPAddress.com (a long lasting service, online since 2000).
I'm happy to see Rejetto is back! :) I'm (like everyone else) also eager to see the final 2.4 version released (but I understand it needs a little more testing).
Cheers,
Leo.-