- Install
ipset
:
apt-get install ipset
- Create new ipset:
ipset create tor iphash
ipset
:apt-get install ipset
ipset create tor iphash
<?php | |
namespace App\Console\Commands; | |
use App\Models\User; | |
use Illuminate\Console\Command; | |
use Illuminate\Support\Facades\Password; | |
class UserNewPasswordCommand extends Command | |
{ |