New Features
- Configurable startup services:
portless service installnow persists proxy options such as--port,--no-tls,--lan,--ip,--tld,--wildcard,--cert,--key, and--state-dirinto launchd, systemd, and Task Scheduler.portless service statusnow reports the installed service port, HTTPS mode, TLD, LAN mode, wildcard mode, and state directory.
Bug Fixes
- Service reinstall port changes: Reinstalling the startup service with a different port now stops any existing proxy on the previous port before starting the new service.
- Service install validation: LAN service installs now fail early on platforms that cannot publish mDNS records, and service paths such as
~are normalized before writing native service files.
Requirements
- Node.js 24: The published package now requires Node.js 24 or newer, and repository development uses pnpm 11 with a minimum release age policy. (#307)