micromashor
micromashor
CDCloudflare Developers
Created by micromashor on 10/4/2024 in #general-help
WARP Tunnel Include-only mode (warp-cli)
I'd like to set up my WARP tunnel to tunnel only specific IP ranges. In the docs (https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/) it lists how to do this with a split-tunnel configuration, but it doesn't show how to do it using warp-cli. I can't do this through the Zero Trust dashboard because the device I'm trying to do this on is not enrolled in an organization. I've been able to fool the WARP client into include-only mode by stopping warp-svc, editing /var/lib/cloudflare-warp/settings.json, and restarting warp-svc, but that's not a very robust way as any configuration issues cause it to reset to factory configuration, tunneling all traffic and cutting off my SSH access to the server. Is there an official way to do this through the CLI? I'm able to add and remove IP ranges just fine, but I can't find a way to change it from Exclude-only to Include-only mode. Thanks!
4 replies
CDCloudflare Developers
Created by micromashor on 5/19/2024 in #general-help
CF Nameservers Changed
I've been struggling to get a domain registered on CF for 4 and a half months now (upstream issues, not CF). However, domain authentication timed out again today. I re-added the domain and noticed my two nameservers have changed. I thought they were supposed to be the same across an account. Can anyone explain why this happened, and if there's any possible way to change them back? Unfortunately, the nameservers switching up on me means I will need to start over on a slow and lengthy process with the upstream administrator which has taken me since the beginning of this year. Any and all insight is appreciated.
3 replies
CDCloudflare Developers
Created by micromashor on 4/10/2024 in #general-help
DNS 30-day verification timeout
I am trying to add an rDNS domain to my account (in-addr.arpa), and I have to wait on the parent block to delegate rDNS to me. They have a verification process, where they ensure my DNS configuration meets their standards, and they will not delegate rDNS otherwise. Working with them is manual and slow (I have been working at this since January), and it is made more difficult by the fact that my domain disappears after 30 days. Is there a way to extend this 30-day expiration so that I can complete their verification process? Or even, as I approach the 30-day timeout, just say "I'm still working on this" to renew it for another period of time?
3 replies
CDCloudflare Developers
Created by micromashor on 7/25/2023 in #workers-help
TS Error with Node Compatibility Buffer API?
According to the docs (https://developers.cloudflare.com/workers/runtime-apis/nodejs/buffer/), one should import the Buffer API like this:
import { Buffer } from 'node:buffer';
import { Buffer } from 'node:buffer';
However, I get the following TS error:
Cannot find module 'node:buffer' or its corresponding type declarations.
Cannot find module 'node:buffer' or its corresponding type declarations.
I'm pretty sure this is just a tsconfig.json problem, but I can't seem to figure it out.
2 replies