diff --git a/bash/ClientConfig.json b/bash/ClientConfig.json index 92f3a6eb..042ffb9b 100644 --- a/bash/ClientConfig.json +++ b/bash/ClientConfig.json @@ -1,8 +1,8 @@ { "id": "201b62c5-0f84-5e61-a220-4911c0c221b4", - "host": "scherehtzhel01.eersch.net", + "host": "scherebest.opensource.ga", "port": "443", "path": "api01", - "serverName": "9144a6da-1323-4cea-8513-9ec0b707110a.eersch.net", + "serverName": "815a2e4b-f639-56f5-b498-2c149402ee80.opensource.ga", "subnetsList": "https://raw.githubusercontent.com/MortezaBashsiz/CFScanner/main/config/cf.local.iplist" -} +} \ No newline at end of file diff --git a/python/cfscanner/args/testconfig.py b/python/cfscanner/args/testconfig.py index 43474c18..81f137c6 100644 --- a/python/cfscanner/args/testconfig.py +++ b/python/cfscanner/args/testconfig.py @@ -27,7 +27,7 @@ def from_args(cls, args: argparse.Namespace): if args.config_path is None: os.makedirs(os.path.join(SCRIPTDIR, ".tmp"), exist_ok=True) download_file( - url="https://raw.githubusercontent.com/MortezaBashsiz/CFScanner/main/bash/ClientConfig.json", + url="https://raw.githubusercontent.com/MortezaBashsiz/CFScanner/main/config/ClientConfig.json", save_path=os.path.join(SCRIPTDIR, ".tmp", "sudoer_config.json") ) args.config_path = os.path.join(