Added file with custom dns list
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
@@ -11,6 +11,7 @@ COPY --from=cloner /DomainMapper /usr/src/app
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY files/custom-dns-list.txt custom-dns-list.txt
|
||||
COPY files/config.ini config.ini
|
||||
COPY files/main.py main.py
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ localdns = yes
|
||||
# Telegram
|
||||
# Online movie theaters - некоторые из популярных оналйн кинотеатров
|
||||
# custom - Custom DNS list, это файл "custom-dns-list.txt" расположенный в одном каталоге со скриптом
|
||||
service = Youtube,Discord
|
||||
service = Youtube,Discord,custom
|
||||
|
||||
# DNS сервера (номер), разделенные пробелом, которые будут использоваться для разрешения доменных имен
|
||||
# опции:
|
||||
|
||||
1
files/custom-dns-list.txt
Normal file
1
files/custom-dns-list.txt
Normal file
@@ -0,0 +1 @@
|
||||
spotify.com
|
||||
Reference in New Issue
Block a user