colin273 / discord_ipa_dumper

Discord IPA dumper/uploader for @enmity-mod, based on frida-ios-dump
1 stars 0 forks source link

VPS_HOSTNAME can NOT be a hostname #1

Open SomeAspy opened 1 month ago

SomeAspy commented 1 month ago

Script will fail with hostnames. (even if the host points to the IP as an A record) It must be an IP, which contradicts the documentation. Consider adding:

[!IMPORTANT]
VPS_HOSTNAME must be an IP address.

> [!IMPORTANT]  
> `VPS_HOSTNAME` must be an IP address.

This is unexpected because this is not behavior expected from SFTP.

ignaigna commented 1 month ago

wouldn't it better be renamed to VPS_IP_ADDRESS?