finish!
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# 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"
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
main: net.limework.networking.AppleTunneler
|
||||
version: ${project.version}
|
||||
name: ${project.artifactId}
|
||||
api-version: 1.13
|
||||
Reference in New Issue
Block a user