Skip to content

Commit

Permalink
disable sspoof for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
eFiniLan authored and rav4kumar committed Jan 3, 2023
1 parent 29fe650 commit 570c6bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
atl_enabled = True

sspoof_enabled = False
if os.path.exists('/data/params/d/dp_sspoof'):
with open('/data/params/d/dp_sspoof') as f:
if (int(f.read().strip())) != 0:
sspoof_enabled = True
# if os.path.exists('/data/params/d/dp_sspoof'):
# with open('/data/params/d/dp_sspoof') as f:
# if (int(f.read().strip())) != 0:
# sspoof_enabled = True

if atl_enabled and sspoof_enabled and os.path.exists(TESTING_SSPOOF_FW_FN):
DEFAULT_FW_FN = TESTING_SSPOOF_FW_FN
Expand Down

0 comments on commit 570c6bf

Please sign in to comment.