вторник, 1 сентября 2015 г.

SolusVm mass add IPV6

Just run in your browser console:

v6i=1;

v6p=function (){
  v6i+=1;
  console.log(v6i);
  jQuery.post('https://SOLUS_URL/ipv6.php?_id=SUBNET_ID&_v=SESSION',
            {addnewip:'Add',newip:'::'+v6i},
            v6p
           );
}

v6p();