mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
fix a typo. #96 closed
This commit is contained in:
parent
8c284a16e3
commit
0e613f2ff7
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
<key>HTTPProxy</key>
|
<key>HTTPProxy</key>
|
||||||
<string>{{ local_service_ip }}</string>
|
<string>{{ local_service_ip }}</string>
|
||||||
{% else %}
|
{% else %}
|
||||||
<integer>1</integer>
|
<integer>0</integer>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<key>HTTPSEnable</key>
|
<key>HTTPSEnable</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
|
|
Loading…
Add table
Reference in a new issue