msatter
thank you very much for your patience.i have only one purpose.
i have a my own list (9800 line). i want to add all of it to regex.list.
root@johny:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial
root@johny:~# more blacklist.txt
televizyon-izle.gen.tr
hdjustintvizle.tv
izlemachd.com
sonmodamodelleri.com
dizimagazin.net
zeytinoyun.com
asoyun.net
magazincafe.com
gameofglam.com
.
.
.
9800 line
When i add form original command,i am not took an error
root@johny:~# pihole --regex televizyon-izle.gen.tr
[i] Adding televizyon-izle.gen.tr from regex list...
[i] Pi-hole blocking is enabled
[i] Using cached Event Horizon list...
[i] 1158034 unique domains trapped in the Event Horizon
[i] Number of blacklisted domains: 0
[i] Number of regex filters: 1
[✓] Restarting DNS service
[✓] DNS service is running
[✓] Pi-hole blocking is Enabled
root@johny:/etc/pihole# more regex.list
televizyon-izle.gen.tr
Oct 20 15:08:59 dnsmasq[26969]: query[A] www.televizyon-izle.gen.tr from 192.168.a.b
Oct 20 15:08:59 dnsmasq[26969]: /etc/pihole/regex.list www.televizyon-izle.gen.tr is 0.0.0.0
No problem.
But ,When i copy my blacklist, i took an error
cp blacklist.txt /etc/pihole/regex.list
root@johny:~# ls -l /etc/pihole/regex.list
-rw-rw-r-- 1 pihole www-data 160496 Eki 20 15:11 /etc/pihole/regex.list
root@johny:/etc/pihole# more regex.list
televizyon-izle.gen.tr
hdjustintvizle.tv
izlemachd.com
sonmodamodelleri.com
dizimagazin.net
zeytinoyun.com
asoyun.net
magazincafe.com
i restarted pihole services.And log;
root@johny:/etc/pihole# more /var/log/pihole-FTL.log
[2019-10-20 15:13:03.621 27493] Compiled 9874 Regex filters and 0 whitelisted domains in 60.4 msec **(0 errors)**
But ;
When i query magazinkafe.com,the log is
Oct 20 15:15:37 dnsmasq[27493]: query[A] www.magazinkafe.com from 192.168.a.b
Oct 20 15:15:37 dnsmasq[27493]: forwarded www.magazinkafe.com to 212.g.h.j
Oct 20 15:15:38 dnsmasq[27493]: query[A] www.magazinkafe.com from 192.168.a.b
when i added the whole list (cp command ),The query bypassed regex.
I can't add my list on the web.
Because ,the addresses adding side by side :((
Sorry, I couldn't find a file with the regex command
root@johny:~# pihole --regex blacklist.txt
[i] Adding blacklist.txt to regex list...
[i] Pi-hole blocking is enabled
[i] Using cached Event Horizon list...
[i] 1158034 unique domains trapped in the Event Horizon
[i] Number of blacklisted domains: 0
[i] Number of regex filters: 3
[✓] Restarting DNS service
[✓] DNS service is running
[✓] Pi-hole blocking is Enabled
This command insert the word(blacklist.txt),not the 9800 line in the file(blacklist.txt) 
i am going crazy. 
how do I add the list in my regex list.?
Thank you very much for your help