reauthfi

Crates.ioreauthfi
lib.rsreauthfi
version0.1.1
created_at2025-09-21 05:36:53.633803+00
updated_at2025-09-21 06:08:45.452077+00
descriptionmacOS Captive Portal auto-detection and opener CLI tool
homepage
repository
max_upload_size
id1848470
size3,264,290
Kazuki Matsuo (kazu728)

documentation

README

reauthfi

Captive portal detector and browser opener for macOS.

reauthfi detects Wi‑Fi captive portals and opens the login page in your default browser.

Demo

Installation

Install from crates.io:

cargo install reauthfi

Supported platforms:

  • macOS (Apple/Google endpoints)

Usage

Basic:

reauthfi

Options:

--verbose        Show detailed detection logs
--no-open        Print portal URL only (do not open browser)
--gateway        Prioritize gateway-first detection
--timeout <sec>  Request timeout in seconds (default: 10)

Expected output:

🔍 Detecting Captive Portal...
  → Portal URL: https://portal.example.com/login
📱 Opening in browser...
✅ Done!

License

MIT License

Commit count: 0

cargo fmt