rubenespadas / DionaeaFR

Dionaea Front Web
65 stars 27 forks source link

ALLOW_HOSTS #32

Open gregtampa opened 8 years ago

gregtampa commented 8 years ago

can we get an example in the settings.py file of allow hosts formatting?

EduKepczynski commented 6 years ago

I'm using dionaeafr on my home network and on another notebook configured in DMZ. In both I added their respective IP addresses on the allowed hosts. Here is an example:

ALLOWED_HOSTS = ['localhost','192.168.0.102']

That's all I did to make it work.

arthinhamzah commented 6 years ago

I have problem with my dionaea.. there is a malware infected my computer in windows when I run Honeypot Dionaea, Dionaea has opened port 445 on, should the malware spread through port 445 that has been opened, but in fact he Dionaea not catch the malware

Pada tanggal 31 Okt 2017 7.31 AM, "EduKepczynski" notifications@github.com menulis:

I'm using dionaeafr on my home network and on another notebook configured in DMZ. In both I added their respective IP addresses on the allowed hosts. Here is an example:

ALLOWED_HOSTS = ['localhost','192.168.0.102']

That's all I did to make it work.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rubenespadas/DionaeaFR/issues/32#issuecomment-340615544, or mute the thread https://github.com/notifications/unsubscribe-auth/AdSieZeX7c_k0D3Os7MwUguRV7OlrGyCks5sxlxLgaJpZM4HvI9F .