Skip to content

Commit

Permalink
fixed bolt
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Feb 14, 2024
1 parent 793e5a9 commit 8f4b5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/intercept.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Interceptor:
self.egress_rules = None
self.mode = 'audit'
self.default_policy = 'block-all'
with open('egress_rules.yaml', 'r') as file:
with open('/home/mitmproxyuser/egress_rules.yaml', 'r') as file:
yaml = ruamel.yaml.YAML(typ="safe", pure=True)
self.egress_rules = yaml.load(file)
Expand Down

0 comments on commit 8f4b5be

Please sign in to comment.