Skip to content

Disable specific streaming services #59

Closed Answered by Seji64
rtrampox asked this question in Q&A
Discussion options

You must be logged in to vote

Possible, but a bit advanced - Here you go:

version: '3.8'
services:
    seji64:
        container_name: sniDust
        environment:
            - 'ALLOWED_CLIENTS=127.0.0.1/32, myDynDNSDomain.no-ip.com' # CHANGE THIS
            - 'EXTERNAL_IP=10.111.123.8' # CHANGE THIS TO YOUR VPS PUBLIC IP
            - TZ=Europe/Berlin
            - INSTALL_DEFAULT_DOMAINS=false
        ports:
            - '443:8443'
            - '80:8080'
            - '53:5300/udp'
            - '53:5300/tcp'
        image: 'ghcr.io/seji64/snidust:main'
        command: ["/bin/bash","-c","cp -v /var/lib/snidust/domains.d/05-netflix.lst /etc/snidust/domains.d/ && /entrypoint.sh"]
        restart: unless-stopped

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rtrampox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #58 on June 17, 2024 13:57.