Pinguin

IPGuard IP Umrechnen

3 posts in this topic

Hello,

does someone know, which algorithm IPGuard use to save an IP address in the config xml file?

Thanks in advanced.

Share this post


Link to post
Share on other sites

Hello,

does someone know, which algorithm IPGuard use to save an IP address in the config xml file?

Thanks in advanced.

inline static uint32_t make_ip(unsigned int a, unsigned int b, unsigned int c, unsigned int d) {
return ((a << 24) | (b << 16) | (c << 8) | d);
}

Share this post


Link to post
Share on other sites