Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 304 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 304 Bytes

Check IP with Cloudflare Workers

This is a simple worker which fetches the 'cf-connecting-ip' header and returns the following:

Current IP address: ${ip}

Which is the correct format for a Check IP Service within pfSense's Dynamic DNS package.

Check it out!