mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
fix a typo. #96 closed
This commit is contained in:
parent
56add6c275
commit
300520a116
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