mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-04 09:30:00 +01:00
ascii art
This commit is contained in:
parent
1638270bd8
commit
bda8e56f47
@ -103,6 +103,12 @@ fun main(args: Array<String>) {
|
|||||||
System.setOut(IoBuilder.forLogger("STDOUT").setLevel(Level.INFO).buildPrintStream());
|
System.setOut(IoBuilder.forLogger("STDOUT").setLevel(Level.INFO).buildPrintStream());
|
||||||
System.setErr(IoBuilder.forLogger("STDERR").setLevel(Level.ERROR).buildPrintStream());
|
System.setErr(IoBuilder.forLogger("STDERR").setLevel(Level.ERROR).buildPrintStream());
|
||||||
|
|
||||||
|
println("""\\ // // //\\ => //|| //|| /=====/ PROXY
|
||||||
|
| \\ // // // \\ // || // || //
|
||||||
|
| \\ // // //====\\ //==|| //==|| \====\ $viaaasVer
|
||||||
|
| \\ // // // \\ // || // || //
|
||||||
|
|<= \\// // // \\ // || // || /====/""".trimMargin())
|
||||||
|
|
||||||
File("config/https.jks").apply {
|
File("config/https.jks").apply {
|
||||||
parentFile.mkdirs()
|
parentFile.mkdirs()
|
||||||
if (!exists()) generateCertificate(this)
|
if (!exists()) generateCertificate(this)
|
||||||
|
Loading…
Reference in New Issue
Block a user