ascii art

This commit is contained in:
creeper123123321 2021-03-13 13:14:41 -03:00
parent 1638270bd8
commit bda8e56f47

View File

@ -103,6 +103,12 @@ fun main(args: Array<String>) {
System.setOut(IoBuilder.forLogger("STDOUT").setLevel(Level.INFO).buildPrintStream());
System.setErr(IoBuilder.forLogger("STDERR").setLevel(Level.ERROR).buildPrintStream());
println("""\\ // // //\\ => //|| //|| /=====/ PROXY
| \\ // // // \\ // || // || //
| \\ // // //====\\ //==|| //==|| \====\ $viaaasVer
| \\ // // // \\ // || // || //
|<= \\// // // \\ // || // || /====/""".trimMargin())
File("config/https.jks").apply {
parentFile.mkdirs()
if (!exists()) generateCertificate(this)