AppleTunneler/src/main/resources/config.yml

14 lines
239 B
YAML

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