mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 14:45:01 +00:00
stuff
This commit is contained in:
30
app/F/FInterfaceAlpha.java
Normal file
30
app/F/FInterfaceAlpha.java
Normal file
@@ -0,0 +1,30 @@
|
||||
package F;
|
||||
|
||||
public class FInterfaceAlpha extends b {
|
||||
public FInterfaceAlpha(String paramString) {
|
||||
f(paramString);
|
||||
}
|
||||
|
||||
public void f(String paramString) {
|
||||
System.out.println("Local IP: " + paramString);
|
||||
int i = Integer.parseInt(paramString.substring(paramString.lastIndexOf(".") + 1));
|
||||
String str = paramString.substring(0, paramString.lastIndexOf(".") + 1);
|
||||
if (i > 127) {
|
||||
g(str + "30");
|
||||
h(str + "120");
|
||||
} else {
|
||||
g(str + "128");
|
||||
h(str + "200");
|
||||
}
|
||||
k(paramString);
|
||||
j(paramString);
|
||||
i("0.0.0.0");
|
||||
a(3600);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/F/a.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user