You can use your Cloudflare integration on as many domains as you’d like, as long as those domains are proxied through the same Cloudflare account. You can accomplish this by taking advantage of worker routes, using the following steps:
- Go to the the Cloudflare Dashboard
- Click Workers & Pages on the left hand panel
- Click on the Fingerprint Cloudflare worker, the name if which should begin with
fingerprint-pro-cloudflare-worker
- In the top left of this view under Routes, click on the blue View hyperlink
- Click the blue Add Route button
- Enter a route for your new domain, following this format:
exampledomain.com/<your-worker-path>/*
in zoneexampledomain.com
For example, if the route for your primary domain is:example.com/tWaRoFgKYzHXRSx6/*
The route for your additional domain should be:example2.com/tWaRoFgKYzHXRSx6/*
Comments
0 comments
Article is closed for comments.