IPHONE AND IPAD COMPANION SETUP
===============================

iOS does not run the included persistent cloudflared command-line bridge.
Use a trusted Mac or Linux computer on the same private network:

1. Install the bridge on that computer using the macOS or Linux installer.
2. Stop its normal loopback service so port 16667 is free.
3. Find that computer's private LAN address, such as 192.168.1.20.
4. On the computer, run:

     ./ios-companion/start-ios-companion.sh 192.168.1.20

5. In any iOS IRC client that supports a custom server, set:

     Server: 192.168.1.20
     Port: 16667
     TLS/SSL: Off
     Auto-join: #comic-salon

6. Keep the companion terminal running while the iOS client is connected.

SAFETY
------

Use this only on a trusted private network. The script refuses public IP
addresses and 0.0.0.0, but every device able to reach the selected LAN
address and port can use the bridge. Do not port-forward 16667. Restrict the
listener to the iPhone/iPad address with the computer firewall when possible.

The IRC app-to-companion hop is local plaintext. The companion-to-Cloudflare
hop is encrypted. Avoid public Wi-Fi and untrusted shared networks.
