Skip to content

Commit

Permalink
Removing IP adresses
Browse files Browse the repository at this point in the history
  • Loading branch information
DESKTOP-DF467M0\Money Maker committed Jun 21, 2022
1 parent 87feb39 commit 54fc169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Config {

public static final String IP = "192.168.56.1";
public static final String IP = "192.168.1.7";
public static final String API_URL = "http://" + IP + "/WeBall_Statistics-Backend/API/";
public static final String MATCHES_API = "http://" + IP + "/weBall_Statistics-Backend/API/match.php";
public static final String API_REFEREE = "referee.php";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
<?xml version ="1.0" encoding ="utf-8"?><!-- Learn More about how to use App Actions: https://developer.android.com/guide/actions/index.html -->
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">192.168.1.16</domain>
<domain includeSubdomains="true">192.168.56.1</domain>
<domain includeSubdomains="true">192.168.1.6</domain>
<domain includeSubdomains="true">192.168.1.43</domain>
<domain includeSubdomains="true">172.18.48.1</domain>
<domain includeSubdomains="true">172.24.96.1</domain>
<domain includeSubdomains="true">172.17.96.1</domain>
<domain includeSubdomains="true">192.168.2.54</domain>
<domain includeSubdomains="true">172.26.96.1</domain>
<domain includeSubdomains="true">172.24.128.1</domain>
<domain includeSubdomains="true">172.29.192.1</domain>
<domain includeSubdomains="true">172.20.128.1</domain>
<domain includeSubdomains="true">192.168.1.8</domain>
<domain includeSubdomains="true">10.4.22.16</domain>
<domain includeSubdomains="true">172.21.80.1</domain>
<domain includeSubdomains="true">192.168.2.66</domain>
<domain includeSubdomains="true">172.28.80.1</domain>
<domain includeSubdomains="true">192.168.1.7</domain>

</domain-config>
</network-security-config>

0 comments on commit 54fc169

Please sign in to comment.