CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 283 forks source link

Bind 127.0.0.1 to 0.0.0.0 #523

Closed Finaud57 closed 3 years ago

Finaud57 commented 3 years ago

Hello, Which configs files have I to modify if I want to access to the we interface from another IP ? Thank you

Terrtia commented 3 years ago

Hi @Finaud57 ! You can change the flask server host on the configs/core.cfg file. You can do it by editing the host field of the Flask section. Restart the Flask server after editing this config file.

Finaud57 commented 3 years ago

Thank you very much :)