Skip to content

Commit

Permalink
switched to the new config
Browse files Browse the repository at this point in the history
  • Loading branch information
tempookian committed Apr 25, 2023
1 parent 7279f48 commit 2523103
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bash/ClientConfig.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 1 addition & 1 deletion python/cfscanner/args/testconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2523103

Please sign in to comment.