Dear Customers,

 

Today, we released Version 3.0.7 of the MP3 Converter Pro!

Changelog:

  • Added a function to bypass YouTube IP bans by refreshing IPv6 address every 2 hours. For this update to work, it is mandatory that you have a /64 IPv6 subnet configured on your server.

Updated Files

  • README.md
  • .env.example
  • app/Console/Commands/GenerateNewIPv6.php (new)
  • app/Console/Kernel.php
  • app/Jobs/BaseJob.php
  • lib/Downloader.php
  • lib/Handler.php
  • lib/ProApplication.php
  • lib/Misc/BaseHandler.php (new)
  • lib/Misc/Generator.php (new)

 

Ensure you have IPv6 Configured and it's working. Please follow these instructions: How To verify and Configure IPv6

 

Also, add these lines to the bottom of your current .env file. If you have installed both MP3 Converter Pro and YouTube Video Backend on the same Server, then keep APP_ENABLE_IPv6_GENERATOR=false. Otherwise, if these products are installed on separate Servers, then set this value to true.

# If enabled, all IPv6 addresses will automatically refresh every 2 hours.
# If you set APP_ENABLE_IPv6_GENERATOR to true, make sure to also set APP_USE_IP_VERSION to 6 and APP_AUTO_RESTART_HORIZON to true. 
# WARNING: If you're running both the Backend and MP3 Converter Pro (MCP) on the same server,
# activate this feature only in the Backend, and keep APP_ENABLE_IPv6_GENERATOR to false here. 
# In this case, just change here APP_USE_IP_VERSION to 6 and APP_AUTO_RESTART_HORIZON to true.
APP_ENABLE_IPv6_GENERATOR=false
APP_AUTO_RESTART_HORIZON=true
APP_USE_IP_VERSION=6

 

Then, open /config/horizon.php, navigate to Line 141, and set:

'fast_termination' => true,

After that, restart Horizon in Supervisor.

 

That's it!



Wednesday, April 24, 2024

« Back