Web Addicto

Results 15 issues of Web Addicto

Hello @majek I was wondering if you can add a parameter so that if needed we can save the data as: google.com,1.2.3.4 google.com,2.3.4.5 google.com,3.4.5.6 yandex.com,1.1.1.1 ... Instead of domain,ip ip...

Updated readme with steps on how to compile and install on a Debian 10 server and Microsoft Windows OS. Should be useful for other users that are not tech savvy.

I am using microsocks and it works perfectly, so very good job! I have just one question: Can we disable the logging, such as: `client[4] 123.123.123.123: connected to www.yahoo.com:443` Would...

I have tested the script in a Scaleway VPS and WireGuard was installed correctly (good job!). Only one issue, in the generated client config file it looks like Endpoint uses...

I tried cookiebanner with this option: `data-on-closed="window.location.reload(false);"` So when the banner is closed it can reload the page. But it seems it enters in a loop and always reload the...

feedback needed

Add $config['custom_logs_folder'] (commented by default). Related to this pull request: https://github.com/Athlon1600/php-proxy-plugin-bundle/pull/1

With PR https://github.com/Athlon1600/php-proxy/pull/47 now baidu.com works fine, but there is a strange issue when clicking on search results. For example, if I search for "php-proxy" and I click on the...

This malformed href= is not correctly parsed: `` On Glype it is parsed correctly using this regex: `#(?>\s+[^>\s]+)*?\s*(?>(href|src|background|poster)\s*=(?!\\\\)\s*)(?>([\\\'"])?)((?(2)(?(?

Instead of doing all the checks for `magnet:` or `data:` inside each function on `ProxifyPlugin.php`: ``` private function html_src($matches){ if(stripos(trim($matches[2]), 'data:') === 0){ return $matches[0]; } return str_replace($matches[2], proxify_url($matches[2], $this->base_url),...

### Description of the Issue When writing asterisk top-tilde asterisk: `*˜*` The asterisk on the right (the character after the top-tilde) is shown merged with the top tilde. Here is...