Closed everyx closed 7 years ago
When user has proxy and we should get the correct address, and I just send a pull request https://github.com/Mibew/mibew/pull/197 , and when user IP is an IPv6 address, the regular expressions /(\\d+\\.\\d+\\.\\d+\\.\\d+)/ should adapt for this.
/(\\d+\\.\\d+\\.\\d+\\.\\d+)/
Fixed by 568e539e49d11145252837f2ddbbaba6c22539a9
When user has proxy and we should get the correct address, and I just send a pull request https://github.com/Mibew/mibew/pull/197 , and when user IP is an IPv6 address, the regular expressions
/(\\d+\\.\\d+\\.\\d+\\.\\d+)/
should adapt for this.