Code Monkey home page Code Monkey logo

Comments (4)

Seji64 avatar Seji64 commented on June 11, 2024

Hi,
thanks. glad you like the project.

You can easly extend the domain list by yourself. Just mount your domains file into the docker container:
docker run -d -e ALLOWED_CLIENTS="127.0.0.1, PUBLIC_ISP_IP" -e EXTERNAL_IP=PUBLIC_VPS_IP -p 443:443 -p 80:80 -p 53:5300/udp -v /tmp/domains.lst:/opt/myCustomDomainList.lst:ro ghcr.io/seji64/snidust:main

from snidust.

MTHCH avatar MTHCH commented on June 11, 2024

Thank you - understood!

from snidust.

malex2005 avatar malex2005 commented on June 11, 2024

Hi! First, my Snidust works fine.when I check myip.is I get my vps ip :)! It looks promising! Thank you so much. However after a lot of tinkering around, I didn’t manage to add extra domains even with the command above .

In tmp I have a directory called domains.lst is that normal or should it be a file ? I have created the file myCustomDomainList.lst in opt but doesn’t seem to do much… can you point me to the right direction?

from snidust.

Seji64 avatar Seji64 commented on June 11, 2024

Oh, in the command I wrote the file mapping the wrong way round.

docker run -d -e ALLOWED_CLIENTS="127.0.0.1, PUBLIC_ISP_IP" -e EXTERNAL_IP=PUBLIC_VPS_IP -p 443:443 -p 80:80 -p 53:5300/udp -v /opt/myCustomDomainList.lst: /tmp/domains.lst :ro ghcr.io/seji64/snidust:main

would be correct.

from snidust.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.