Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

295
Views
Rotating /48 block in Puppeteer for requests

I have a VPS with a /48 ipv6 block, let's say 1234:1234:1234::/48.

Normally if I want to make a GET request with axios that rotates through the IP block I would do the following:

const http = require('http')
const https = require('https')
const options = { localAddress: utils.getRandomIPv6("1234:1234:1234::/48"), family: 6 }
const httpAgent = new http.Agent(options)
const httpsAgent = new https.Agent(options)
axios.get('https://example.com/', { httpAgent, httpsAgent })

I was wondering if there's a way that I can rotate through the block for web scraping purposes with puppeteer.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!