AppleTunneler/src/main/resources/config.yml

15 lines
267 B
YAML

# welcome to the config of ${project.artifactId}
# username for ssh
username: apple
# host eg: domains can be used.
# host: idk.example.com
host: 192.168.0.100
# ssh port
port: 22
# Syntax is "local-port:remote-host:remote-port"
ports:
- "25565:127.0.0.1:25565"