Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Proxflix doesn't start #4

Open
Ilo89 opened this issue Feb 26, 2019 · 2 comments
Open

Proxflix doesn't start #4

Ilo89 opened this issue Feb 26, 2019 · 2 comments

Comments

@Ilo89
Copy link

Ilo89 commented Feb 26, 2019

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
Copy link

PublicParadise commented Oct 19, 2020

@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
Copy link

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

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants