mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
Update HISP Noobs
This commit is contained in:
parent
c96bcd01fd
commit
181e77af4d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ namespace HISP.Noobs
|
||||||
|
|
||||||
public static string GenIP()
|
public static string GenIP()
|
||||||
{
|
{
|
||||||
return "127" + "." + GetOctlet() + "." + GetOctlet() + "." + GetOctlet();
|
return "0.0.0.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
|
|
Loading…
Add table
Reference in a new issue