oblique / proxflix

ProxFlix is yet another smart DNS solution to bypass geo-blocking
MIT License
32 stars 12 forks source link

Proxflix doesn't start #4

Open Ilo89 opened 5 years ago

Ilo89 commented 5 years ago

Hello i followed the guide line but when i do the commad "proxflix start" doesn't start

proxflix status Start on boot: yes Running: no

Thank you

PublicParadise commented 3 years ago

@Ilo89 I ran into the same problem. In my case port 53 was used by a different process. Try

sudo lsof -i :53

and stop the service that uses port 53. Also check 80 and 443 - all three ports need to be free.

You also need to check whether oblique/proxflix is actually running:

sudo docker ps

The manual doesn't mention that the image needs to be started:

sudo docker run -d --rm --privileged oblique/proxflix

Hope this helps.

drtiwarir commented 2 years ago

Hi, I have tried multiple times to start Proxflix, but it does not start root@ravi:~# proxflix status Start on boot: yes Running: no

root@ravi:~# docker run -d --rm --privileged oblique/proxflix 922ece220efb5692e049804194d06357a87bafc98a2590b5646c1f71b299ca83 root@ravi:~# proxflix status Start on boot: yes Running: no

root@ravi:~# ufw status Status: active

To Action From


22/tcp LIMIT Anywhere
2375/tcp ALLOW Anywhere
2376/tcp ALLOW Anywhere
443 ALLOW Anywhere
80 ALLOW Anywhere
53 ALLOW Anywhere
22/tcp (v6) LIMIT Anywhere (v6)
2375/tcp (v6) ALLOW Anywhere (v6)
2376/tcp (v6) ALLOW Anywhere (v6)
443 (v6) ALLOW Anywhere (v6)
80 (v6) ALLOW Anywhere (v6)
53 (v6) ALLOW Anywhere (v6)

Also can you tell me where is dnsmasq config file, i want to add more domains.

Thanks