# Ngrok Plugin Configuration File
# Edit this file to configure your ngrok settings
# Copy this file to your plugin data folder and rename it to ngrok-communication.txt

# Your ngrok auth token (get it from https://dashboard.ngrok.com/get-started/your-authtoken)
# Replace YOUR_AUTH_TOKEN_HERE with your actual token
auth_token=YOUR_AUTH_TOKEN_HERE

# Region selection (us, eu, ap, au, sa, jp, in)
# Choose the region closest to your server for best performance
region=us

# Additional options (all optional)

# Custom subdomain (requires paid ngrok plan)
# subdomain=my-minecraft-server

# Protocol type (tcp for Minecraft, http/https for web)
protocol=tcp

# Server port (default Minecraft port is 25565)
port=25565

# Example configurations for different setups:

# For a public Minecraft server:
# auth_token=2abc123def456ghi789jkl012mno345pqr678stu901vwx234yz
# region=us
# protocol=tcp
# port=25565

# For a web server (if you have a web interface):
# auth_token=2abc123def456ghi789jkl012mno345pqr678stu901vwx234yz
# region=eu
# protocol=http
# port=8080
# subdomain=my-server-web
