This commit is contained in:
2022-01-31 03:34:33 +04:00
parent d4b36d574f
commit 914c01f532
5 changed files with 183 additions and 2 deletions
+13
View File
@@ -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"
+4
View File
@@ -0,0 +1,4 @@
main: net.limework.networking.AppleTunneler
version: ${project.version}
name: ${project.artifactId}
api-version: 1.13