Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

bore (client)

Interactive CLI for creating tunnels to the bore server. Built with gum, supports HTTP, TCP, and UDP tunnels.

Options

All options under atelier.bore:

OptionTypeDefaultDescription
enableboolfalseInstall the bore CLI
serverAddrstring"bore.dunkirk.sh"frps server address
serverPortport7000frps server port
domainstring"bore.dunkirk.sh"Base domain for constructing public URLs
authTokenFilepathPath to frp auth token file

Usage

bore                  # Interactive menu
bore myapp 3000       # Quick HTTP tunnel: myapp.bore.dunkirk.sh → localhost:3000
bore myapp 3000 --auth  # With OAuth authentication
bore myapp 3000 --save  # Save to bore.toml for reuse

Tunnels can also be defined in a bore.toml:

[myapp]
port = 3000
auth = true
labels = ["dev"]